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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index 8143464039..5665a09179 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.184 2021/03/31 16:52:15 tb Exp $ */ 1/* $OpenBSD: ssl.h,v 1.185 2021/03/31 16:55:04 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 *
@@ -1452,10 +1452,8 @@ int SSL_set_purpose(SSL *s, int purpose);
1452int SSL_CTX_set_trust(SSL_CTX *s, int trust); 1452int SSL_CTX_set_trust(SSL_CTX *s, int trust);
1453int SSL_set_trust(SSL *s, int trust); 1453int SSL_set_trust(SSL *s, int trust);
1454int SSL_set1_host(SSL *s, const char *hostname); 1454int SSL_set1_host(SSL *s, const char *hostname);
1455#if defined(LIBRESSL_HAS_TLS1_3) || defined(LIBRESSL_INTERNAL)
1456void SSL_set_hostflags(SSL *s, unsigned int flags); 1455void SSL_set_hostflags(SSL *s, unsigned int flags);
1457const char *SSL_get0_peername(SSL *s); 1456const char *SSL_get0_peername(SSL *s);
1458#endif
1459 1457
1460X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx); 1458X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx);
1461int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm); 1459int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm);