diff options
Diffstat (limited to 'src/lib/libssl/bio_ssl.c')
| -rw-r--r-- | src/lib/libssl/bio_ssl.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/bio_ssl.c b/src/lib/libssl/bio_ssl.c index 46c08a1798..ababa8cf17 100644 --- a/src/lib/libssl/bio_ssl.c +++ b/src/lib/libssl/bio_ssl.c  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bio_ssl.c,v 1.25 2017/01/26 12:44:52 beck Exp $ */ | 1 | /* $OpenBSD: bio_ssl.c,v 1.26 2017/01/29 17:49:23 beck 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 | * | 
| @@ -110,7 +110,7 @@ ssl_new(BIO *bi) | |||
| 110 | 110 | ||
| 111 | bs = calloc(1, sizeof(BIO_SSL)); | 111 | bs = calloc(1, sizeof(BIO_SSL)); | 
| 112 | if (bs == NULL) { | 112 | if (bs == NULL) { | 
| 113 | BIOerr(BIO_F_SSL_NEW, ERR_R_MALLOC_FAILURE); | 113 | SSLerror(ERR_R_MALLOC_FAILURE); | 
| 114 | return (0); | 114 | return (0); | 
| 115 | } | 115 | } | 
| 116 | bi->init = 0; | 116 | bi->init = 0; | 
