From 0b88fb6a8f0dc4df9e6a3dc1d0d5679f7ecfe2c3 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Fri, 22 May 2015 08:15:54 +0000 Subject: [PATCH] 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 --- modules/ssl/mod_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.47.3