diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-15 02:19:37 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-07-15 02:19:37 -0400 |
commit | 93ed2386696875af53e7f84b20f6414f3c8106fb (patch) | |
tree | d0c83eb68b6c6731bb4bd5462bddaf1a1c305ea8 /WWW/Library/Implementation | |
parent | 52b82fac17962f62bfab7dbb43381a6b51d356d9 (diff) | |
download | lynx-snapshots-93ed2386696875af53e7f84b20f6414f3c8106fb.tar.gz |
snapshot of project "lynx", label v2-8-4pre_5
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r-- | WWW/Library/Implementation/HTTP.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index 8e93fd80..0e7af29d 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1363,7 +1363,7 @@ use_tunnel: * > 206 is unknown. * All should return something to display. */ -#ifdef USE_SSL +#if defined(USE_SSL) && !defined(DISABLE_NEWS) if (do_connect) { CTRACE((tfp, "HTTP: Proxy tunnel to '%s' established.\n", connect_host)); |