diff options
author | Guenter Knauf <fuankg@apache.org> | 2013-02-28 07:09:12 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2013-02-28 07:09:12 +0100 |
commit | 8b3b94f8c0b7dbd94439cfa08c06a1b60401a343 (patch) | |
tree | 4f82010313dad952857f897ecc66370fdf445617 | |
parent | this is broken... pull out (diff) | |
download | apache2-8b3b94f8c0b7dbd94439cfa08c06a1b60401a343.tar.xz apache2-8b3b94f8c0b7dbd94439cfa08c06a1b60401a343.zip |
Removed tabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1451108 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | modules/ssl/mod_ssl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 8fbc2e6ada..2e78be3196 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -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. */ |