Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions include/openssl/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2488,6 +2488,14 @@ __owur int SSL_get_peer_quic_transport_version(const SSL *ssl);

int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);

/*
* This define is really the inverse of the OPENSSL_NO_QUIC define. It
* allows easier detection of whether the QUIC APIs are available in
* a particular OpenSSL instance when the default assumption is that
* they are.
*/
#define OPENSSL_HAS_QUIC

# endif

# ifdef __cplusplus
Expand Down