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 | 26ac1c73f0fe90c77cbad84a6b4ef5712e35ba52 (patch) | |
| tree | 9860cd3f43f9fae5b3d5656b273b4910c504835e /auto | |
| parent | e92cb24f40b865e3cc5b9f0993e328e4f0642e0f (diff) | |
| download | nginx-26ac1c73f0fe90c77cbad84a6b4ef5712e35ba52.tar.gz nginx-26ac1c73f0fe90c77cbad84a6b4ef5712e35ba52.tar.bz2 | |
Initial QUIC support in http.
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/modules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/modules b/auto/modules index d78e2823a..480f2b0a7 100644 --- a/auto/modules +++ b/auto/modules @@ -1242,7 +1242,8 @@ if [ $USE_OPENSSL = YES ]; then ngx_module_type=CORE ngx_module_name=ngx_openssl_module ngx_module_incs= - ngx_module_deps=src/event/ngx_event_openssl.h + ngx_module_deps="src/event/ngx_event_openssl.h \ + src/event/ngx_event_quic.h" ngx_module_srcs="src/event/ngx_event_openssl.c src/event/ngx_event_openssl_stapling.c" ngx_module_libs= |
