From b7a926e38db6b883f012c39ebcb10b4ee20912cc Mon Sep 17 00:00:00 2001 From: Francesco Giacomini Date: Mon, 2 Jan 2023 13:42:26 +0100 Subject: [PATCH] Include config.h before other header files This is an alternative (and not wrong) solution to commit 5c022c1 to define the macro OPENSSL_COMPAT_API before OpenSSL does it. --- src/api/ccapi/api_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/ccapi/api_util.cc b/src/api/ccapi/api_util.cc index e023cfc0..848bfbdc 100644 --- a/src/api/ccapi/api_util.cc +++ b/src/api/ccapi/api_util.cc @@ -23,10 +23,10 @@ * *********************************************************************/ +#include "config.h" #include "api_util.h" extern "C" { -#include "config.h" #include "replace.h" #include