Make GCC happy by removing an unused variable defintion.
[oweals/openssl.git] / crypto / evp / evp_enc.c
index ea580b1df3700a88cdc456cbbc5a379bcb4b942c..759cc1fb11f77377a2df6724e78686b706d89335 100644 (file)
@@ -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 OpenSSL 0.9.2 31-Dec-1998";
 
 void EVP_CIPHER_CTX_init(ctx)
 EVP_CIPHER_CTX *ctx;