summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r--src/lib/libssl/ssl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index d8846a4851..7f9db94066 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.239 2024/07/14 15:39:36 tb Exp $ */ 1/* $OpenBSD: ssl.h,v 1.240 2024/08/03 04:50:27 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 *
@@ -1107,6 +1107,9 @@ long SSL_CTX_set_timeout(SSL_CTX *ctx, long t);
1107long SSL_CTX_get_timeout(const SSL_CTX *ctx); 1107long SSL_CTX_get_timeout(const SSL_CTX *ctx);
1108X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); 1108X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
1109void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *); 1109void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
1110#if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API)
1111void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store);
1112#endif
1110X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx); 1113X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx);
1111EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx); 1114EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx);
1112int SSL_want(const SSL *s); 1115int SSL_want(const SSL *s);