Mbed TLS v3.6.3
config_adjust_x509.h
Go to the documentation of this file.
1 
19 /*
20  * Copyright The Mbed TLS Contributors
21  * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
22  */
23 
24 #ifndef MBEDTLS_CONFIG_ADJUST_X509_H
25 #define MBEDTLS_CONFIG_ADJUST_X509_H
26 
27 #if !defined(MBEDTLS_CONFIG_FILES_READ)
28 #error "Do not include mbedtls/config_adjust_*.h manually! This can lead to problems, " \
29  "up to and including runtime errors such as buffer overflows. " \
30  "If you're trying to fix a complaint from check_config.h, just remove " \
31  "it from your configuration file: since Mbed TLS 3.0, it is included " \
32  "automatically at the right point."
33 #endif /* */
34 
35 #endif /* MBEDTLS_CONFIG_ADJUST_X509_H */