Loading...
Searching...
No Matches
Go to the documentation of this file.
24#ifndef MBEDTLS_CONFIG_ADJUST_X509_H
25#define MBEDTLS_CONFIG_ADJUST_X509_H
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."