mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user