Commit e24c53980f for openssl.org

commit e24c53980f3bb7fbeda6fde69f3e624b7a0993f6
Author: Norbert Pocs <norbertp@openssl.org>
Date:   Mon May 11 15:00:28 2026 +0200

    Fix circular dependency between macros.h and opensslconf.h

    Signed-off-by: Norbert Pocs <norbertp@openssl.org>

    Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
    Reviewed-by: Saša NedvÄ›dický <sashan@openssl.org>
    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 5561d42df5..40f067c8ab 100644
--- a/include/openssl/macros.h
+++ b/include/openssl/macros.h
@@ -11,7 +11,7 @@
 #define OPENSSL_MACROS_H
 #pragma once

-#include <openssl/opensslconf.h>
+#include <openssl/configuration.h>
 #include <openssl/opensslv.h>

 /* Helper macros for CPP string composition */