From: Fabian Keil <fk@fabiankeil.de>
Date: Wed, 27 Nov 2019 12:15:32 +0000 (+0100)
Subject: Move config.h include higher
X-Git-Tag: v_3_0_29~548
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/@default-cgi@/static/gitweb.js?a=commitdiff_plain;h=56e583302d3a05b2346e4b93a51446d6aaeb6b3c;p=privoxy.git

Move config.h include higher
---

diff --git a/ssl.c b/ssl.c
index a76c37a8..623d2397 100644
--- a/ssl.c
+++ b/ssl.c
@@ -42,11 +42,11 @@
 #include "mbedtls/base64.h"
 #include "mbedtls/error.h"
 
+#include "config.h"
 #include "project.h"
 #include "miscutil.h"
 #include "errlog.h"
 #include "jcc.h"
-#include "config.h"
 #include "ssl.h"