mirror of
https://github.com/nginx/nginx.git
synced 2025-06-20 03:51:09 +08:00
Merge 79ac698291
into 5b8a5c08ce
This commit is contained in:
commit
41aee3f067
@ -13,7 +13,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#ifdef OSSL_RECORD_PROTECTION_LEVEL_NONE
|
#ifdef OSSL_RECORD_PROTECTION_LEVEL_NONE
|
||||||
#define NGX_QUIC_OPENSSL_API 1
|
#ifndef NGX_QUIC_OPENSSL_API
|
||||||
|
#define NGX_QUIC_BORINGSSL_API 1
|
||||||
|
#define NGX_QUIC_OPENSSL_COMPAT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif (defined SSL_R_MISSING_QUIC_TRANSPORT_PARAMETERS_EXTENSION)
|
#elif (defined SSL_R_MISSING_QUIC_TRANSPORT_PARAMETERS_EXTENSION)
|
||||||
#define NGX_QUIC_QUICTLS_API 1
|
#define NGX_QUIC_QUICTLS_API 1
|
||||||
|
Loading…
Reference in New Issue
Block a user