From 37a1afaefc1436b2a06744d05c7ddb0cd3b42b1c Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Tue, 1 Oct 2013 22:01:16 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_16c --- WWW/Library/Implementation/HTTP.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WWW/Library/Implementation/HTTP.c') 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) { -- cgit 1.4.1-2-gfad0