]> 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)
commit9cff79927a2c4a04df3d92681e4963cd1a4dee3f
tree35115447c291885bbf7b9b1300833fd47504eb63
parentff724933c2f7afdd8b09b27c19bdb2742a3d28d1
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