aboutsummaryrefslogtreecommitdiff
path: root/include/mbedtls/config_adjust_x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbedtls/config_adjust_x509.h')
-rw-r--r--include/mbedtls/config_adjust_x509.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/mbedtls/config_adjust_x509.h b/include/mbedtls/config_adjust_x509.h
index d12f4d8..3c95ce4 100644
--- a/include/mbedtls/config_adjust_x509.h
+++ b/include/mbedtls/config_adjust_x509.h
@@ -24,4 +24,12 @@
#ifndef MBEDTLS_CONFIG_ADJUST_X509_H
#define MBEDTLS_CONFIG_ADJUST_X509_H
+#if !defined(MBEDTLS_CONFIG_FILES_READ)
+#error "Do not include mbedtls/config_adjust_*.h manually! This can lead to problems, " \
+ "up to and including runtime errors such as buffer overflows. " \
+ "If you're trying to fix a complaint from check_config.h, just remove " \
+ "it from your configuration file: since Mbed TLS 3.0, it is included " \
+ "automatically at the right time."
+#endif /* */
+
#endif /* MBEDTLS_CONFIG_ADJUST_X509_H */