From 70936d8b534d326e6b7bdde5d28fa839a6a33986 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 16 Dec 2015 01:54:03 -0500 Subject: snapshot of project "lynx", label v2-8-9dev_6o --- WWW/Library/Implementation/HTTP.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'WWW/Library/Implementation/HTTP.c') diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index 57263f44..30edc891 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.147 2015/11/17 01:29:09 tom Exp $ + * $LynxId: HTTP.c,v 1.148 2015/12/16 01:54:03 tom Exp $ * * HyperText Tranfer Protocol - Client implementation HTTP.c * ========================== @@ -877,9 +877,10 @@ static int HTLoadHTTP(const char *arg, gettext("GnuTLS error when trying to verify certificate.")); } else { type = gnutls_certificate_type_get(handle->gnutls_state); - ret = gnutls_certificate_verification_status_print(tls_status, - type, &out, 0); - SSL_single_prompt(&msg, out.data); + (void) gnutls_certificate_verification_status_print(tls_status, + type, + &out, 0); + SSL_single_prompt(&msg, (const char *) out.data); gnutls_free(out.data); } #else -- cgit 1.4.1-2-gfad0 href='/ingrix/lynx-snapshots/log/src/parsdate.h'>log tree commit diff stats
path: root/src/parsdate.h
blob: 9853f5017775db02af12e6f462a212705b9cbac9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21