diff options
author | rse <rse> | 1998-12-21 10:58:35 +0000 |
---|---|---|
committer | rse <rse> | 1998-12-21 10:58:35 +0000 |
commit | 6ec9415d68d769100bb599ad26eaf5c007f7bf0a (patch) | |
tree | 861cb832b9301848e3b536d31f6df850e041b87d /ssl/t1_lib.c | |
parent | c9d61e0435521fcdeed7301d2b847125a172ebc5 (diff) | |
download | openssl-SSLeay.tar.gz |
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeay
Diffstat (limited to 'ssl/t1_lib.c')
-rw-r--r-- | ssl/t1_lib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c index f9fbfa414..2a319cd09 100644 --- a/ssl/t1_lib.c +++ b/ssl/t1_lib.c @@ -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 SSLeay 0.9.1a 06-Jul-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, |