summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/.cvsignore1
-rw-r--r--crypto/evp/evp_enc.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/crypto/evp/.cvsignore b/crypto/evp/.cvsignore
new file mode 100644
index 0000000000..a65b41774a
--- /dev/null
+++ b/crypto/evp/.cvsignore
@@ -0,0 +1 @@
+lib
diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c
index ea580b1df3..9e77ac1326 100644
--- a/crypto/evp/evp_enc.c
+++ b/crypto/evp/evp_enc.c
@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "evp.h"
-char *EVP_version="EVP part of SSLeay 0.9.1a 06-Jul-1998";
+char *EVP_version="EVP part of SSLeay 0.9.1c 22-Dec-1998";
void EVP_CIPHER_CTX_init(ctx)
EVP_CIPHER_CTX *ctx;