diff options
author | Yann Ylavic <ylavic@apache.org> | 2017-03-24 13:40:27 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2017-03-24 13:40:27 +0100 |
commit | cee2df66f099b97ed7de3db810ce722c8e697fae (patch) | |
tree | 91573fa88f72421f5cd5b85078872e7314dd4f08 /modules/ssl/mod_ssl.c | |
parent | drop the longhand version (diff) | |
download | apache2-cee2df66f099b97ed7de3db810ce722c8e697fae.tar.xz apache2-cee2df66f099b97ed7de3db810ce722c8e697fae.zip |
mod_ssl: follow up to r1781575
Fix SSLOCSPNoVerify merging, and while at it capitalize Verify as suggested
by wrowe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1788430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/mod_ssl.c')
-rw-r--r-- | modules/ssl/mod_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 99f0c13391..2e299e7b2f 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -265,7 +265,7 @@ static const command_rec ssl_config_cmds[] = { "Proxy URL to use for OCSP requests") /* Define OCSP Responder Certificate Verification Directive */ - SSL_CMD_SRV(OCSPNoverify, FLAG, + SSL_CMD_SRV(OCSPNoVerify, FLAG, "Do not verify OCSP Responder certificate ('on', 'off')") /* Define OCSP Responder File Configuration Directive */ SSL_CMD_SRV(OCSPResponderCertificateFile, TAKE1, |