diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index acde94c749..4ef6f6df7f 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.230 2022/12/26 07:31:44 jmc Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.231 2023/11/19 15:51:49 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 | * |
@@ -610,9 +610,6 @@ void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, | |||
610 | int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey)); | 610 | int (*client_cert_cb)(SSL *ssl, X509 **x509, EVP_PKEY **pkey)); |
611 | int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl, X509 **x509, | 611 | int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx))(SSL *ssl, X509 **x509, |
612 | EVP_PKEY **pkey); | 612 | EVP_PKEY **pkey); |
613 | #ifndef OPENSSL_NO_ENGINE | ||
614 | int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e); | ||
615 | #endif | ||
616 | void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, | 613 | void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, |
617 | int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, | 614 | int (*app_gen_cookie_cb)(SSL *ssl, unsigned char *cookie, |
618 | unsigned int *cookie_len)); | 615 | unsigned int *cookie_len)); |