summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-21 17:12:17 +0100
committerOle Loots <ole@monochrom.net>2012-12-21 17:12:17 +0100
commit94d77a95208e4472cb882cbbec72aad6707ad388 (patch)
tree4eb4c73cf82df39d7b9dedf846082c3c1a85993e
parentc6c6b4cdfe2f9847af9a49485d8c257e284476a7 (diff)
downloadnetsurf-94d77a95208e4472cb882cbbec72aad6707ad388.tar.gz
netsurf-94d77a95208e4472cb882cbbec72aad6707ad388.tar.bz2
No need to include openssl headers.
-rw-r--r--content/fetchers/about.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 4e67d388c..d57c67d70 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -58,10 +58,6 @@
#define NS_WITH_INTERACTIVE_ABOUT_CONFIG 1
-#ifdef NS_WITH_INTERACTIVE_ABOUT_CONFIG
-# include <openssl/rand.h>
-#endif
-
struct fetch_about_context;
typedef bool (*fetch_about_handler)(struct fetch_about_context *);