summaryrefslogtreecommitdiff
path: root/content/content.h
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 /content/content.h
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 'content/content.h')
-rw-r--r--content/content.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content.h b/content/content.h
index e387cb1d0..42cca1f74 100644
--- a/content/content.h
+++ b/content/content.h
@@ -100,9 +100,7 @@ typedef enum {
#ifdef WITH_AUTH
CONTENT_MSG_AUTH, /**< authentication required */
#endif
-#ifdef WITH_SSL
CONTENT_MSG_SSL /**< SSL cert verify failed */
-#endif
} content_msg;
/** Extra data for some content_msg messages. */