From: Rainer Jung Date: Fri, 22 May 2015 08:15:54 +0000 (+0000) Subject: Followup to r1680905: X-Git-Tag: 2.2.30~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b88fb6a8f0dc4df9e6a3dc1d0d5679f7ecfe2c3;p=thirdparty%2Fapache%2Fhttpd.git Followup to r1680905: 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 --- diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 4cbe64a24aa..1cf69c1600f 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -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 "