aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_variables.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-09-07 00:44:10 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-09-07 00:44:10 +0300
commit116a744799cf46916d1add01ad764718b7c53e9b (patch)
tree8174f0c1e16eb8058877d965d16d0ee19908f41b /src/stream/ngx_stream_variables.c
parentf6a6758ca2afaf34fc2af0ab5d63bec9a0f4880c (diff)
downloadnginx-116a744799cf46916d1add01ad764718b7c53e9b.tar.gz
nginx-116a744799cf46916d1add01ad764718b7c53e9b.zip
SSL: fixed incorrect usage of #if instead of #ifdef.
In 2014ed60f17f, "#if SSL_CTRL_SET_ECDH_AUTO" test was incorrectly used instead of "#ifdef SSL_CTRL_SET_ECDH_AUTO". There is no practical difference, since SSL_CTRL_SET_ECDH_AUTO evaluates to a non-zero numeric value when defined, but anyway it's better to correctly test if the value is defined.
Diffstat (limited to 'src/stream/ngx_stream_variables.c')
0 files changed, 0 insertions, 0 deletions