From: Joe Orton Date: Fri, 26 Feb 2010 21:13:26 +0000 (+0000) Subject: * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation): X-Git-Tag: 2.3.6~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ed50e1c9ac31736b1336fd8405e56328af7645d;p=thirdparty%2Fapache%2Fhttpd.git * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation): Tweak wording as suggested by trawick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916817 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index 605d621956f..6c77018e9ac 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -637,8 +637,8 @@ const char *ssl_cmd_SSLInsecureRenegotiation(cmd_parms *cmd, void *dcfg, int fla sc->insecure_reneg = flag?TRUE:FALSE; return NULL; #else - return "Secure renegotation is not supported by the SSL library; " - "the SSLInsecureRenegotiation directive is not available"; + return "The SSLInsecureRenegotiation directive is not available " + "with this SSL library"; #endif }