1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Axe out the complete SSL_COMPAT stuff. Because Apache 2.0 is already

incompatible at many places to Apache 1.3 we also don't want this stuff
anymore. Apache 2.0's mod_ssl will be mostly compatibile with Apache
1.3's mod_ssl, of course. But we really no longer want to be compatible
to Sioux and other obsolete SSL things...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ralf S. Engelschall
2001-05-05 15:10:58 +00:00
parent a561739b98
commit 6eab92084b
5 changed files with 1 additions and 524 deletions

View File

@@ -1260,14 +1260,6 @@ int ssl_hook_Fixup(request_rec *r)
}
}
/*
* On-demand bloat up the SSI/CGI environment with compat variables
*/
#ifdef SSL_COMPAT
if (dc->nOptions & SSL_OPT_COMPATENVVARS)
ssl_compat_variables(r);
#endif
return DECLINED;
}