]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Drop support for the "CompatEnvVars" argument to SSLOptions, which was
authorJoe Orton <jorton@apache.org>
Thu, 3 Jun 2004 09:28:12 +0000 (09:28 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 3 Jun 2004 09:28:12 +0000 (09:28 +0000)
commit4ea42b6e3bf8c6ac37feb70a1f7b2157b01862df
tree03c1ed1f9a2cac32dcdfb978d243441dd5a00b22
parent426c9670c6600dd2425b7d02b93fa04286d7c1e9
Drop support for the "CompatEnvVars" argument to SSLOptions, which was
never implemented in 2.0 and never needed to be.

* docs/ssl/ssl-std.conf.in: Remove CompatEnvVars examples.

* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLOptions): Don't allow
the CompatEnvVars argument.

* modules/ssl/ssl_private.h: Remove SSL_OPT_COMPATENVVARS macro.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103829 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/conf/ssl-std.conf.in
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_private.h