comparison src/event/ngx_event_mutex.c @ 4901:a0cb7fc23cc2 stable-1.2

Merge of r4868, r4869: SSL minor fixes. *) SSL: fixed compression workaround to remove all methods. Previous code used sk_SSL_COMP_delete(ssl_comp_methods, i) while iterating stack from 0 to n, resulting in removal of only even compression methods. In real life this change is a nop, as there is only one compression method which is enabled by default in OpenSSL. *) 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.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Nov 2012 18:00:32 +0000
parents d620f497c50f
children 3377f9459e99
comparison
equal deleted inserted replaced
4900:6b4b702316a6 4901:a0cb7fc23cc2