]> git.kaiwu.me - nginx.git/commit
SSL: fixed build with OpenSSL 0.9.7.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 14 Oct 2013 09:44:09 +0000 (13:44 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 14 Oct 2013 09:44:09 +0000 (13:44 +0400)
commit87a607a031cb42289d01768239d58abcb439b8ff
treeb9fc6f97e7dd142f68ce1b31e815768f3308266e
parent5a63dcc5d7bde5be49952affec1eaa4aa9d2ceb8
SSL: fixed build with OpenSSL 0.9.7.

SSL_get_rbio() and SSL_get_wbio() functions used to get non-const pointer
in OpenSSL 0.9.7, hence an explicit cast added to drop const qualifier.
src/event/ngx_event_openssl.c