Switch version string to SSLeay/OpenSSL

This commit is contained in:
Ralf S. Engelschall
1998-12-23 07:53:55 +00:00
parent 9acc2aa6d1
commit 5f32680329
34 changed files with 38 additions and 36 deletions

View File

@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "evp.h"
char *EVP_version="EVP part of SSLeay 0.9.1c 22-Dec-1998";
char *EVP_version="EVP part of SSLeay/OpenSSL 0.9.1c 23-Dec-1998";
void EVP_CIPHER_CTX_init(ctx)
EVP_CIPHER_CTX *ctx;