You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2013/02/28 07:09:12 UTC

svn commit: r1451108 - /httpd/httpd/trunk/modules/ssl/mod_ssl.c

Author: fuankg
Date: Thu Feb 28 06:09:12 2013
New Revision: 1451108

URL: http://svn.apache.org/r1451108
Log:
Removed tabs.

Modified:
    httpd/httpd/trunk/modules/ssl/mod_ssl.c

Modified: httpd/httpd/trunk/modules/ssl/mod_ssl.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/mod_ssl.c?rev=1451108&r1=1451107&r2=1451108&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/mod_ssl.c (original)
+++ httpd/httpd/trunk/modules/ssl/mod_ssl.c Thu Feb 28 06:09:12 2013
@@ -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. */