From: Norbert Pocs Date: Mon, 11 May 2026 13:00:28 +0000 (+0200) Subject: Fix circular dependency between macros.h and opensslconf.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24c53980f3bb7fbeda6fde69f3e624b7a0993f6;p=thirdparty%2Fopenssl.git Fix circular dependency between macros.h and opensslconf.h Signed-off-by: Norbert Pocs Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický MergeDate: Wed May 13 07:22:27 2026 (Merged from https://github.com/openssl/openssl/pull/31142) --- diff --git a/include/openssl/macros.h b/include/openssl/macros.h index 5561d42df5c..40f067c8ab5 100644 --- a/include/openssl/macros.h +++ b/include/openssl/macros.h @@ -11,7 +11,7 @@ #define OPENSSL_MACROS_H #pragma once -#include +#include #include /* Helper macros for CPP string composition */