Commit cf12d5b6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

OpenSSL: improve the grammar of the language in 39beaa5f

Reported-by: Petr Pisar
parent 39beaa5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1192,7 +1192,7 @@ 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 "
    failf(data, "SSL: no alternative certificate subject name matches "
          "target host name '%s'", conn->host.dispname);
    res = CURLE_PEER_FAILED_VERIFICATION;
  }