diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 63577663c8..17b9467ae0 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.150 2018/03/17 14:47:48 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.151 2018/03/17 15:48:31 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 | * |
@@ -1361,7 +1361,9 @@ int SSL_CTX_use_PrivateKey_ASN1(int pk, SSL_CTX *ctx, const unsigned char *d, lo | |||
1361 | int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x); | 1361 | int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x); |
1362 | int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const unsigned char *d); | 1362 | int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, const unsigned char *d); |
1363 | 1363 | ||
1364 | pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx); | ||
1364 | void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb); | 1365 | void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb); |
1366 | void *SSL_CTX_get_default_passwd_cb_userdata(SSL_CTX *ctx); | ||
1365 | void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u); | 1367 | void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u); |
1366 | 1368 | ||
1367 | int SSL_CTX_check_private_key(const SSL_CTX *ctx); | 1369 | int SSL_CTX_check_private_key(const SSL_CTX *ctx); |