Skip to content

Commit 50df6c8

Browse files
committed
Revert r1921336.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921357 13f79535-47bb-0310-9956-ffa450edef68
1 parent fbf57b8 commit 50df6c8

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

changes-entries/pr69397.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/manual/mod/mod_ssl.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2935,7 +2935,8 @@ forward secrecy.</p>
29352935
<name>SSLOpenSSLConfCmd</name>
29362936
<description>Configure OpenSSL parameters through its <em>SSL_CONF</em> API</description>
29372937
<syntax>SSLOpenSSLConfCmd <em>command-name</em> <em>command-value</em></syntax>
2938-
<contextlist><context>server config</context></contextlist>
2938+
<contextlist><context>server config</context>
2939+
<context>virtual host</context></contextlist>
29392940
<compatibility>Available in httpd 2.4.8 and later, if using OpenSSL 1.0.2 or later</compatibility>
29402941

29412942
<usage>

modules/ssl/ssl_engine_config.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,10 +2162,6 @@ const char *ssl_cmd_SSLOpenSSLConfCmd(cmd_parms *cmd, void *dcfg,
21622162
const char *err;
21632163
ssl_ctx_param_t *param;
21642164

2165-
if ((err = ap_check_cmd_context(cmd, GLOBAL_ONLY))) {
2166-
return err;
2167-
}
2168-
21692165
if (value_type == SSL_CONF_TYPE_UNKNOWN) {
21702166
return apr_psprintf(cmd->pool,
21712167
"'%s': invalid OpenSSL configuration command",

0 commit comments

Comments
 (0)