From 847b77628553c26679d0c18bbb0f376a957b20e3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 22 Feb 2009 15:07:50 +0000 Subject: Purge NETSURF_USE_SSL and WITH_SSL svn path=/trunk/netsurf/; revision=6599 --- content/fetchcache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/fetchcache.c') diff --git a/content/fetchcache.c b/content/fetchcache.c index 51875e138..ddd46b4d4 100644 --- a/content/fetchcache.c +++ b/content/fetchcache.c @@ -514,7 +514,6 @@ void fetchcache_callback(fetch_msg msg, void *p, const void *data, break; #endif -#ifdef WITH_SSL case FETCH_CERT_ERR: c->fetch = 0; /* set the status to ERROR so that the content is @@ -525,7 +524,6 @@ void fetchcache_callback(fetch_msg msg, void *p, const void *data, msg_data.ssl.num = size; content_broadcast(c, CONTENT_MSG_SSL, msg_data); break; -#endif default: assert(0); -- cgit v1.2.3