about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTNews.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2004-12-30 12:20:28 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2004-12-30 12:20:28 -0500
commitbed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79 (patch)
treedd916bd7c1040bd69a1fe9f9ed1aa98d44ca623d /WWW/Library/Implementation/HTNews.c
parentb52ca53f448d0f9c01708a6ce2b03be3a71d3993 (diff)
downloadlynx-snapshots-bed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79.tar.gz
snapshot of project "lynx", label v2-8-6dev_9
Diffstat (limited to 'WWW/Library/Implementation/HTNews.c')
-rw-r--r--WWW/Library/Implementation/HTNews.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTNews.c b/WWW/Library/Implementation/HTNews.c
index bb8dd812..2b0f2bec 100644
--- a/WWW/Library/Implementation/HTNews.c
+++ b/WWW/Library/Implementation/HTNews.c
@@ -41,7 +41,6 @@ int HTNewsMaxChunk = 40;	/* Largest number of articles in one window */
 #endif /* NEWS_AUTH_FILE */
 
 #ifdef USE_SSL
-extern SSL_CTX *ssl_ctx;
 static SSL *Handle = NULL;
 static int channel_s = 1;