]> git.kaiwu.me - nginx.git/commit
SSL: added version checks for ssl compression workaround.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 27 Sep 2012 18:01:06 +0000 (18:01 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 27 Sep 2012 18:01:06 +0000 (18:01 +0000)
commit52b59ebc749596f88592f576f5fd2e1010612786
tree357b75aeccc6c788d97e54a970902ceedf725479
parentf4f72f9fb58e8ee4ef85e41d0702c7790c712362
SSL: added version checks for ssl compression workaround.

The SSL_COMP_get_compression_methods() is only available as an API
function in OpenSSL 0.9.8+, require it explicitly to unbreak build
with OpenSSL 0.9.7.
src/event/ngx_event_openssl.c