diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-22 01:58:12 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-22 01:58:12 -0500 |
commit | 16fd4e4f2e0ad8f8df93d1935bf71ad3774934f7 (patch) | |
tree | 67d6c75b402412d56eb88e42773a74b99b48cbc3 /WWW/Library/Implementation/HTTP.c | |
parent | 492a0d967f18ea86e415e3ba5c7f19a112ba76c4 (diff) | |
download | lynx-snapshots-16fd4e4f2e0ad8f8df93d1935bf71ad3774934f7.tar.gz |
snapshot of project "lynx", label v2-8-9dev_7a
Diffstat (limited to 'WWW/Library/Implementation/HTTP.c')
-rw-r--r-- | WWW/Library/Implementation/HTTP.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index 61725f0d..2b409e8c 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.150 2015/12/18 01:20:22 tom Exp $ + * $LynxId: HTTP.c,v 1.151 2015/12/22 01:55:31 tom Exp $ * * HyperText Tranfer Protocol - Client implementation HTTP.c * ========================== @@ -159,9 +159,9 @@ static int HTSSLCallback(int preverify_ok, X509_STORE_CTX * x509_ctx GCC_UNUSED) SSL *HTGetSSLHandle(void) { #ifdef USE_GNUTLS_INCL - char *certfile = NULL; - char *client_keyfile = NULL; - char *client_certfile = NULL; + static char *certfile = NULL; + static char *client_keyfile = NULL; + static char *client_certfile = NULL; #endif if (ssl_ctx == NULL) { |