summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:07:50 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:07:50 +0000
commit847b77628553c26679d0c18bbb0f376a957b20e3 (patch)
treef6254944580e1185a31d654f775516ab9037dcc4 /riscos/plugin.c
parent565d26732883a84efe67f0e9593e4b2ef9e92d35 (diff)
downloadnetsurf-847b77628553c26679d0c18bbb0f376a957b20e3.tar.gz
netsurf-847b77628553c26679d0c18bbb0f376a957b20e3.tar.bz2
Purge NETSURF_USE_SSL and WITH_SSL
svn path=/trunk/netsurf/; revision=6599
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index 2f93b7a86..742a099b7 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -1718,11 +1718,9 @@ void plugin_stream_callback(content_msg msg, struct content *c,
/* ignore this */
break;
-#ifdef WITH_SSL
case CONTENT_MSG_SSL:
plugin_destroy_stream(p, plugin_STREAM_DESTROY_ERROR);
break;
-#endif
case CONTENT_MSG_READY:
case CONTENT_MSG_DONE:
@@ -1770,9 +1768,7 @@ void plugin_fetch_callback(fetch_msg msg, void *p, const void *data,
case FETCH_TYPE:
case FETCH_NOTMODIFIED:
case FETCH_AUTH:
-#ifdef WITH_SSL
case FETCH_CERT_ERR:
-#endif
default:
/* not possible */
assert(0);