]> git.kaiwu.me - nginx.git/commit
Fixed build with --with-mail_ssl_module.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 11 May 2013 14:49:30 +0000 (18:49 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 11 May 2013 14:49:30 +0000 (18:49 +0400)
commitabef0366e9bb7641058e4d8ab2a495ccf6ff5028
tree30c9a6a8bf154e6cbb4255283cba7c94360eb76a
parent1901e10d199a321ccf539fd13198746a1e6eeb10
Fixed build with --with-mail_ssl_module.

If nginx was compiled without --with-http_ssl_module, but with some
other module which uses OpenSSL (e.g. --with-mail_ssl_module), insufficient
preprocessor check resulted in build failure.  The problem was introduced
by e0a3714a36f8 (1.3.14).

Reported by Roman Arutyunyan.
src/http/ngx_http.h
src/http/ngx_http_request.c
src/http/ngx_http_request.h