diff options
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r-- | src/lib/libssl/s3_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c index c8bdac0214..42396a21e9 100644 --- a/src/lib/libssl/s3_lib.c +++ b/src/lib/libssl/s3_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s3_lib.c,v 1.99 2015/07/19 06:23:51 doug Exp $ */ | 1 | /* $OpenBSD: s3_lib.c,v 1.100 2015/08/27 06:21:15 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -2112,7 +2112,7 @@ ssl3_clear(SSL *s) | |||
2112 | s->s3->total_renegotiations = 0; | 2112 | s->s3->total_renegotiations = 0; |
2113 | s->s3->num_renegotiations = 0; | 2113 | s->s3->num_renegotiations = 0; |
2114 | s->s3->in_read_app_data = 0; | 2114 | s->s3->in_read_app_data = 0; |
2115 | s->version = SSL3_VERSION; | 2115 | s->version = TLS1_VERSION; |
2116 | 2116 | ||
2117 | free(s->next_proto_negotiated); | 2117 | free(s->next_proto_negotiated); |
2118 | s->next_proto_negotiated = NULL; | 2118 | s->next_proto_negotiated = NULL; |