Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
[openssl.git] / ssl / t1_lib.c
index 89f6d13230603b16805e31d8de3d4f731aeae25f..a1f1a486938ebfb7322375de8b7a156b1e16265a 100644 (file)
@@ -60,7 +60,7 @@
 #include "objects.h"
 #include "ssl_locl.h"
 
-char *tls1_version_str="TLSv1 part of OpenSSL 0.9.1c 23-Dec-1998";
+char *tls1_version_str="TLSv1 part of OpenSSL 0.9.2 31-Dec-1998";
 
 #ifndef NO_PROTO
 static long tls1_default_timeout(void);