]> granicus.if.org Git - apache/commit - modules/ssl/ssl_engine_config.c
For better compatibility with mod_nss:
authorJoe Orton <jorton@apache.org>
Thu, 31 Oct 2013 15:42:08 +0000 (15:42 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 31 Oct 2013 15:42:08 +0000 (15:42 +0000)
commitba43a875fd3e443bdd8659d4c80466b6c7c400c2
tree0f99b10cdb9b3a887b6f2ca8481521f980ebe27a
parentadfa36691b55ddf395e81a88f4df9714df4012ee
For better compatibility with mod_nss:

* modules/ssl/ssl_engine_config.c (ssl_config_server_new): Default
  sc->enabled to UNSET.

* modules/ssl/ssl_engine_init.c (ssl_init_Module): Only override
  sc->enabled based on the protocol iff sc->enabled is UNSET; allows
  "SSLEngine off" to override the Listen-based default.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1537535 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c