Skip to content

Commit

Permalink
Include config.h before other header files
Browse files Browse the repository at this point in the history
This is an alternative (and not wrong) solution to commit 5c022c1
to define the macro OPENSSL_COMPAT_API before OpenSSL does it.
  • Loading branch information
giacomini committed Jan 2, 2023
1 parent 25dfdfc commit b7a926e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ccapi/api_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
*
*********************************************************************/

#include "config.h"
#include "api_util.h"

extern "C" {
#include "config.h"
#include "replace.h"

#include <sys/types.h>
Expand Down

0 comments on commit b7a926e

Please # to comment.