OpenSSL: improve the grammar of the language in 39beaa5ffbcc
authorDaniel Stenberg <daniel@haxx.se>
Sun, 13 Oct 2013 21:07:44 +0000 (23:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 13 Oct 2013 21:08:12 +0000 (23:08 +0200)
Reported-by: Petr Pisar
lib/ssluse.c

index ef0c882..c747420 100644 (file)
@@ -1192,8 +1192,8 @@ static CURLcode verifyhost(struct connectdata *conn,
     /* an alternative name field existed, but didn't match and then
        we MUST fail */
     infof(data, "\t subjectAltName does not match %s\n", conn->host.dispname);
-    failf(data, "SSL: alternative certificate subject names does not match "
-            "target host name '%s'", conn->host.dispname);
+    failf(data, "SSL: no alternative certificate subject name matches "
+          "target host name '%s'", conn->host.dispname);
     res = CURLE_PEER_FAILED_VERIFICATION;
   }
   else {