comparison auto/lib/openssl/conf @ 8857:678d1c7a3003 quic

Configure: simplified condition.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 21 Sep 2021 14:46:17 +0300
parents 7603284f7af5
children 646bb5361437
comparison
equal deleted inserted replaced
8856:6a383020d61e 8857:678d1c7a3003
163 with nginx by using --with-openssl=<path> option. 163 with nginx by using --with-openssl=<path> option.
164 164
165 END 165 END
166 exit 1 166 exit 1
167 fi 167 fi
168 fi
169 168
170
171 if [ $USE_OPENSSL_QUIC = YES ]; then
172 ngx_feature="OpenSSL QUIC 0-RTT context" 169 ngx_feature="OpenSSL QUIC 0-RTT context"
173 ngx_feature_name="NGX_OPENSSL_QUIC_ZRTT_CTX" 170 ngx_feature_name="NGX_OPENSSL_QUIC_ZRTT_CTX"
174 ngx_feature_run=no 171 ngx_feature_run=no
175 ngx_feature_incs="#include <openssl/ssl.h>" 172 ngx_feature_incs="#include <openssl/ssl.h>"
176 ngx_feature_path= 173 ngx_feature_path=