diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index b68b262969..c3b553fa2f 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.157 2018/04/25 07:25:17 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.158 2018/05/01 13:30:24 tb 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 | * |
@@ -1221,7 +1221,7 @@ int SSL_set_max_proto_version(SSL *ssl, uint16_t version); | |||
1221 | #define SSL_set_max_proto_version SSL_set_max_proto_version | 1221 | #define SSL_set_max_proto_version SSL_set_max_proto_version |
1222 | #endif | 1222 | #endif |
1223 | 1223 | ||
1224 | BIO_METHOD *BIO_f_ssl(void); | 1224 | const BIO_METHOD *BIO_f_ssl(void); |
1225 | BIO *BIO_new_ssl(SSL_CTX *ctx, int client); | 1225 | BIO *BIO_new_ssl(SSL_CTX *ctx, int client); |
1226 | BIO *BIO_new_ssl_connect(SSL_CTX *ctx); | 1226 | BIO *BIO_new_ssl_connect(SSL_CTX *ctx); |
1227 | BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx); | 1227 | BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx); |