]> git.kaiwu.me - nginx.git/commit
OCSP stapling: build fixes.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 1 Oct 2012 13:54:13 +0000 (13:54 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 1 Oct 2012 13:54:13 +0000 (13:54 +0000)
commit7eea509776b9dfc35b4b0b45f0aceeb36420aacd
treef49d30841590cd96bab77883d5a24f49b3c6a7b2
parentbec2cc5286e5888eb1de9462f7c64b922967b47b
OCSP stapling: build fixes.

With the "ssl_stapling_verify" commit build with old OpenSSL libraries
was broken due to incorrect prototype of the ngx_ssl_stapling() function.
One incorrect use of ngx_log_debug() instead of ngx_log_debug2() slipped in
and broke win32 build.
src/event/ngx_event_openssl_stapling.c