summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-10-16 13:41:52 +0200
committerJoe Orton <jorton@apache.org>2024-10-16 13:41:52 +0200
commit50df6c8cc0dfeabd659b79e152fc7dd84855ed89 (patch)
tree22c8327d792f21e056f659e56922b36a6e5ce1a4 /modules
parentmod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since it (diff)
downloadapache2-50df6c8cc0dfeabd659b79e152fc7dd84855ed89.tar.xz
apache2-50df6c8cc0dfeabd659b79e152fc7dd84855ed89.zip
Revert r1921336.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/ssl/ssl_engine_config.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c
index a9e98b9c5b..43593d799c 100644
--- a/modules/ssl/ssl_engine_config.c
+++ b/modules/ssl/ssl_engine_config.c
@@ -2162,10 +2162,6 @@ const char *ssl_cmd_SSLOpenSSLConfCmd(cmd_parms *cmd, void *dcfg,
const char *err;
ssl_ctx_param_t *param;
- if ((err = ap_check_cmd_context(cmd, GLOBAL_ONLY))) {
- return err;
- }
-
if (value_type == SSL_CONF_TYPE_UNKNOWN) {
return apr_psprintf(cmd->pool,
"'%s': invalid OpenSSL configuration command",