diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index bc0f5316a4..0784ce1ef7 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.137 2018/02/17 15:08:21 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.138 2018/02/17 15:13:12 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 | * |
@@ -1215,6 +1215,7 @@ long SSL_CTX_set_timeout(SSL_CTX *ctx, long t); | |||
1215 | long SSL_CTX_get_timeout(const SSL_CTX *ctx); | 1215 | long SSL_CTX_get_timeout(const SSL_CTX *ctx); |
1216 | X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); | 1216 | X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); |
1217 | void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *); | 1217 | void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *); |
1218 | X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx); | ||
1218 | int SSL_want(const SSL *s); | 1219 | int SSL_want(const SSL *s); |
1219 | int SSL_clear(SSL *s); | 1220 | int SSL_clear(SSL *s); |
1220 | 1221 | ||