]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureRenegotiation):
authorJoe Orton <jorton@apache.org>
Fri, 26 Feb 2010 21:13:26 +0000 (21:13 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 26 Feb 2010 21:13:26 +0000 (21:13 +0000)
  Tweak wording as suggested by trawick.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916817 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index 605d621956f79e3c7152db370e305e0f5729a20b..6c77018e9acafe8ab1715e3b79207c6f712ce222 100644 (file)
@@ -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
 }