diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/t1_lib.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index fb01bfcfac..8e7b1b5167 100644 --- a/src/lib/libssl/t1_lib.c +++ b/src/lib/libssl/t1_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: t1_lib.c,v 1.104 2017/01/23 08:48:45 beck Exp $ */ | 1 | /* $OpenBSD: t1_lib.c,v 1.105 2017/01/23 13:36:13 jsing 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 | * | 
| @@ -191,7 +191,7 @@ tls1_new(SSL *s) | |||
| 191 | { | 191 | { | 
| 192 | if (!ssl3_new(s)) | 192 | if (!ssl3_new(s)) | 
| 193 | return (0); | 193 | return (0); | 
| 194 | s->method->ssl_clear(s); | 194 | s->method->internal->ssl_clear(s); | 
| 195 | return (1); | 195 | return (1); | 
| 196 | } | 196 | } | 
| 197 | 197 | ||
| @@ -209,7 +209,7 @@ void | |||
| 209 | tls1_clear(SSL *s) | 209 | tls1_clear(SSL *s) | 
| 210 | { | 210 | { | 
| 211 | ssl3_clear(s); | 211 | ssl3_clear(s); | 
| 212 | s->version = s->method->version; | 212 | s->version = s->method->internal->version; | 
| 213 | } | 213 | } | 
| 214 | 214 | ||
| 215 | 215 | ||
