]> granicus.if.org Git - apache/commitdiff
Removed tabs.
authorGuenter Knauf <fuankg@apache.org>
Thu, 28 Feb 2013 06:09:12 +0000 (06:09 +0000)
committerGuenter Knauf <fuankg@apache.org>
Thu, 28 Feb 2013 06:09:12 +0000 (06:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1451108 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.c

index 8fbc2e6adaec03cb8a0b9054075132fce0596cde..2e78be319602139a5840227146b225ae1738d5c8 100644 (file)
@@ -101,13 +101,13 @@ static const command_rec ssl_config_cmds[] = {
                 " certificates ('/path/to/file' - PEM encoded)")
     SSL_CMD_ALL(RSAAuthzFile, TAKE1,
                 "RFC 5878 Authz Extension file for RSA certificate "
-               "(`/path/to/file')")
+                "(`/path/to/file')")
     SSL_CMD_ALL(DSAAuthzFile, TAKE1,
                 "RFC 5878 Authz Extension file for DSA certificate "
-               "(`/path/to/file')")
+                "(`/path/to/file')")
     SSL_CMD_ALL(ECAuthzFile, TAKE1,
                 "RFC 5878 Authz Extension file for EC certificate "
-               "(`/path/to/file')")
+                "(`/path/to/file')")
 #ifdef HAVE_TLS_SESSION_TICKETS
     SSL_CMD_SRV(SessionTicketKeyFile, TAKE1,
                 "TLS session ticket encryption/decryption key file (RFC 5077) "
@@ -282,7 +282,7 @@ static const command_rec ssl_config_cmds[] = {
 
 #ifdef HAVE_SSL_CONF_CMD
     SSL_CMD_SRV(OpenSSLConfCmd, TAKE2,
-               "OpenSSL configuration command")
+                "OpenSSL configuration command")
 #endif
 
     /* Deprecated directives. */