diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-01 22:01:16 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-01 22:01:16 -0400 |
commit | 37a1afaefc1436b2a06744d05c7ddb0cd3b42b1c (patch) | |
tree | a9aa03f6220229910b6971d7057dca658d57dc44 /WWW/Library/Implementation/HTTP.c | |
parent | 3a21c5bc3417b199af968e4ff52e80ca67ee66d7 (diff) | |
download | lynx-snapshots-37a1afaefc1436b2a06744d05c7ddb0cd3b42b1c.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16c
Diffstat (limited to 'WWW/Library/Implementation/HTTP.c')
-rw-r--r-- | WWW/Library/Implementation/HTTP.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index 220ae35f..7ca34dd6 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.129 2013/10/01 15:09:29 tom Exp $ + * $LynxId: HTTP.c,v 1.130 2013/10/01 21:58:37 tom Exp $ * * HyperText Tranfer Protocol - Client implementation HTTP.c * ========================== @@ -778,7 +778,7 @@ static int HTLoadHTTP(const char *arg, char *msg2; if (ret == 0 && tls_status & GNUTLS_CERT_SIGNER_NOT_FOUND) { - msg2 = gettext("self signed certificate"); + msg2 = gettext("the certificate has no known issuer"); } else if (tls_status & GNUTLS_CERT_SIGNER_NOT_FOUND) { msg2 = gettext("no issuer was found"); } else if (tls_status & GNUTLS_CERT_SIGNER_NOT_CA) { |