summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 *);