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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index d475cb24ba..03e30441e0 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.220 2022/07/12 14:42:48 kn Exp $ */ 1/* $OpenBSD: ssl.h,v 1.221 2022/07/17 14:49:01 jsing 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 *
@@ -1576,7 +1576,9 @@ int SSL_get_security_level(const SSL *ssl);
1576void SSL_CTX_set_security_level(SSL_CTX *ctx, int level); 1576void SSL_CTX_set_security_level(SSL_CTX *ctx, int level);
1577int SSL_CTX_get_security_level(const SSL_CTX *ctx); 1577int SSL_CTX_get_security_level(const SSL_CTX *ctx);
1578 1578
1579#ifdef LIBRESSL_INTERNAL 1579#if defined(LIBRESSL_HAS_QUIC) || defined(LIBRESSL_INTERNAL)
1580int SSL_is_quic(const SSL *ssl);
1581
1580/* 1582/*
1581 * SSL_set_quic_transport_params configures |ssl| to send |params| (of length 1583 * SSL_set_quic_transport_params configures |ssl| to send |params| (of length
1582 * |params_len|) in the quic_transport_parameters extension in either the 1584 * |params_len|) in the quic_transport_parameters extension in either the