From dd5f00fe79d29c0089e74ed11663cfec6d07641d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 15 Feb 2009 11:47:13 +0000 Subject: 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 --- utils/config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils/config.h') 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 */ -- cgit v1.2.3