]> git.kaiwu.me - nginx.git/commit
Modules compatibility: compatibility with NGX_HTTP_SSL.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Oct 2016 15:44:17 +0000 (18:44 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Oct 2016 15:44:17 +0000 (18:44 +0300)
commit8fd8c32ccf7987f51d774edfcf7f5a65c75c137a
tree24450b882b29d4972fce76966b6f0f5d743f7a19
parent844c78556bc93343dd1c3c9236b5c16f4e2eac39
Modules compatibility: compatibility with NGX_HTTP_SSL.

With this change it is now possible to load modules compiled without
the "--with-http_ssl_module" configure option into nginx binary compiled
with it, and vice versa (if a module doesn't use ssl-specific functions),
assuming both use the "--with-compat" option.
src/core/ngx_connection.h
src/core/ngx_core.h
src/core/ngx_module.h
src/event/ngx_event_connect.h
src/event/ngx_event_openssl.h
src/http/ngx_http_core_module.h
src/http/ngx_http_request.h
src/http/ngx_http_upstream.h
src/http/ngx_http_upstream_round_robin.h