aboutsummaryrefslogtreecommitdiff
path: root/include/mbedtls/build_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbedtls/build_info.h')
-rw-r--r--include/mbedtls/build_info.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/mbedtls/build_info.h b/include/mbedtls/build_info.h
index e13e236..cf38f90 100644
--- a/include/mbedtls/build_info.h
+++ b/include/mbedtls/build_info.h
@@ -101,8 +101,12 @@
#define inline __inline
#endif
-#undef MBEDTLS_CONFIG_FILES_READ
-#undef MBEDTLS_CONFIG_IS_FINALIZED
+#if defined(MBEDTLS_CONFIG_FILES_READ)
+#error "Something went wrong: MBEDTLS_CONFIG_FILES_READ defined before reading the config files!"
+#endif
+#if defined(MBEDTLS_CONFIG_IS_FINALIZED)
+#error "Something went wrong: MBEDTLS_CONFIG_IS_FINALIZED defined before reading the config files!"
+#endif
/* X.509, TLS and non-PSA crypto configuration */
#if !defined(MBEDTLS_CONFIG_FILE)