# HG changeset patch # User Ruslan Ermilov # Date 1632726637 -10800 # Node ID 646bb53614373c18172fd3efb02257a5fe648365 # Parent ea9b645472b5cb381075a3a9638da48bef1feb55 Configure: check for QUIC 0-RTT support at compile time. diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -165,13 +165,4 @@ with nginx by using --with-openssl== 11 if (SSL_set_quic_early_data_context(ssl_conn, p, clen) == 0) { ngx_log_error(NGX_LOG_INFO, c->log, 0, "quic SSL_set_quic_early_data_context() failed");