summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_ssl.h
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-11 09:17:43 +0000
committerHugo Landau <hlandau@openssl.org>2024-04-19 09:29:02 +0100
commitb90003009678ed12ccc59b6371592ecdd5d8fa2d (patch)
tree75e8a613198b38ed24067fa93a50284e8103dc98 /include/internal/quic_ssl.h
parent99af2fc5c2da0feeaa8e61b7c04d5123eab41453 (diff)
QUIC APL: Add skeleton listener API
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23334)
Diffstat (limited to 'include/internal/quic_ssl.h')
-rw-r--r--include/internal/quic_ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/quic_ssl.h b/include/internal/quic_ssl.h
index 5d1b739725..4b8eb83d6f 100644
--- a/include/internal/quic_ssl.h
+++ b/include/internal/quic_ssl.h
@@ -19,6 +19,7 @@
# ifndef OPENSSL_NO_QUIC
__owur SSL *ossl_quic_new(SSL_CTX *ctx);
+__owur SSL *ossl_quic_new_listener(SSL_CTX *ctx, uint64_t flags);
__owur int ossl_quic_init(SSL *s);
void ossl_quic_deinit(SSL *s);
void ossl_quic_free(SSL *s);