summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-15 11:47:13 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2009-02-15 11:47:13 +0000
commitdd5f00fe79d29c0089e74ed11663cfec6d07641d (patch)
treef07eb7c404bb9972f6ec5dd42fc8945c515da49f /utils
parentaab2b32e23e82f501e186138391f7cfd9e12afce (diff)
downloadnetsurf-dd5f00fe79d29c0089e74ed11663cfec6d07641d.tar.gz
netsurf-dd5f00fe79d29c0089e74ed11663cfec6d07641d.tar.bz2
Re-enable the ability to control the SSL certificate UI's inclusion. As a side-effect, NetSurf won't build SSL unless the cURL on the system is linked against OpenSSL
svn path=/trunk/netsurf/; revision=6526
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/config.h b/utils/config.h
index 8242bea45..61aa120c3 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -42,11 +42,6 @@ char *strndup(const char *s, size_t n);
/* HTTP Auth */
#define WITH_AUTH
-/* SSL */
-#if !defined(small)
-#define WITH_SSL
-#endif
-
/* Platform specific features */
#if defined(riscos)
/* Acorn URI protocol support */