Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
[openssl.git] / ssl / t1_lib.c
index f9fbfa414c8b7f3653ff0765ae0bc48c4c5444f3..a1f1a486938ebfb7322375de8b7a156b1e16265a 100644 (file)
@@ -60,7 +60,7 @@
 #include "objects.h"
 #include "ssl_locl.h"
 
-char *tls1_version_str="TLSv1 part of SSLeay 0.9.0b 29-Jun-1998";
+char *tls1_version_str="TLSv1 part of OpenSSL 0.9.2 31-Dec-1998";
 
 #ifndef NO_PROTO
 static long tls1_default_timeout(void);
@@ -94,6 +94,7 @@ static SSL_METHOD TLSv1_data= {
        ssl3_write,
        ssl3_shutdown,
        ssl3_renegotiate,
+       ssl3_renegotiate_check,
        ssl3_ctrl,
        ssl3_ctx_ctrl,
        ssl3_get_cipher_by_char,