From d4d3e5ee1c9edb67844b693be0202ee5968d61c3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Feb 2006 15:06:54 +0000 Subject: [project @ 2006-02-23 15:06:53 by jmb] Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092 --- utils/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index 1ca56cded..9b871ec3c 100644 --- a/utils/config.h +++ b/utils/config.h @@ -22,6 +22,11 @@ /* Cookies */ #define WITH_COOKIES +/* SSL */ +#if !defined(small) +#define WITH_SSL +#endif + /* Image renderering modules */ #define WITH_JPEG #define WITH_MNG -- cgit v1.2.3