]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Followup to r1680905:
authorRainer Jung <rjung@apache.org>
Fri, 22 May 2015 08:15:54 +0000 (08:15 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 22 May 2015 08:15:54 +0000 (08:15 +0000)
Nearly all other directives use this quote style.
No real functional change, only info output.
Should be OK as CTR.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681032 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.c

index 4cbe64a24aa780408752ea56c21365278df2e5d2..1cf69c1600f0a00e3ab36204c4aed883140d348c 100644 (file)
@@ -117,7 +117,7 @@ static const command_rec ssl_config_cmds[] = {
 #ifdef HAVE_TLS_SESSION_TICKETS
     SSL_CMD_SRV(SessionTicketKeyFile, TAKE1,
                 "TLS session ticket encryption/decryption key file (RFC 5077) "
-                "('/path/to/file' - file with 48 bytes of random data)")
+                "(`/path/to/file' - file with 48 bytes of random data)")
 #endif
     SSL_CMD_ALL(CACertificatePath, TAKE1,
                 "SSL CA Certificate path "