diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2020-02-28 13:09:51 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-02-28 13:09:51 +0300 |
| commit | e92cb24f40b865e3cc5b9f0993e328e4f0642e0f (patch) | |
| tree | d1dc4924b24bb6365add78c80c0ddabbd819b728 /auto | |
| parent | 84510c9f1f06f9794e482972e23cdfc139ad7247 (diff) | |
| download | nginx-e92cb24f40b865e3cc5b9f0993e328e4f0642e0f.tar.gz nginx-e92cb24f40b865e3cc5b9f0993e328e4f0642e0f.tar.bz2 | |
HTTP UDP layer, QUIC support autotest.
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/lib/openssl/conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index 4fb52df7f..4f4390e11 100644 --- a/auto/lib/openssl/conf +++ b/auto/lib/openssl/conf @@ -140,3 +140,12 @@ END fi fi + +ngx_feature="OpenSSL QUIC support" +ngx_feature_name="NGX_OPENSSL_QUIC" +ngx_feature_run=no +ngx_feature_incs="#include <openssl/ssl.h>" +ngx_feature_path= +ngx_feature_libs="-lssl -lcrypto $NGX_LIBDL" +ngx_feature_test="SSL_CTX_set_quic_method(NULL, NULL)" +. auto/feature |
