diff options
| author | tb <> | 2023-11-19 15:51:49 +0000 |
|---|---|---|
| committer | tb <> | 2023-11-19 15:51:49 +0000 |
| commit | aeabb2194b33a83bfaeb9720b483321f7244a982 (patch) | |
| tree | 4d4566481f9384da75d08186ae99eaccd2b1b02d /src/lib/libssl/ssl.h | |
| parent | 0822368d2c2280cffb45de621306b0a04716bb24 (diff) | |
| download | openbsd-aeabb2194b33a83bfaeb9720b483321f7244a982.tar.gz openbsd-aeabb2194b33a83bfaeb9720b483321f7244a982.tar.bz2 openbsd-aeabb2194b33a83bfaeb9720b483321f7244a982.zip | |
Unifdef OPENSSL_NO_ENGINE in libssl
As usual, a few manual fixes to avoid duplicate lines.
ok jsing
Diffstat (limited to 'src/lib/libssl/ssl.h')
| -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)); |
