commit | c831c24be033e8bfe51a22fe11e3b47ca037435f | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Oct 10 18:44:17 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Oct 10 18:44:17 2016 +0300 |
tree | 24450b882b29d4972fce76966b6f0f5d743f7a19 | |
parent | b999d93c2bbec6a22a4d9e8a4cb9533228124908 [diff] |
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.