]> git.kaiwu.me - nginx.git/commit
SSL: guard use of all SSL options for bug workarounds.
authorPiotr Sikora <piotr@cloudflare.com>
Wed, 3 Sep 2014 21:49:55 +0000 (14:49 -0700)
committerPiotr Sikora <piotr@cloudflare.com>
Wed, 3 Sep 2014 21:49:55 +0000 (14:49 -0700)
commit2af7181b3bb5b4bd84ca448f300c6aaf3dff4681
treedf119096d0be2e27f0d3c63bd6ddf93dcb67fd2b
parentc0b3b9d6ca9e43bb4cb9f9720c467ce1dadf103a
SSL: guard use of all SSL options for bug workarounds.

Some of the OpenSSL forks (read: BoringSSL) started removing unused,
no longer necessary and/or not really working bug workarounds along
with the SSL options and defines for them.

Instead of fixing nginx build after each removal, be proactive
and guard use of all SSL options for bug workarounds.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
src/event/ngx_event_openssl.c