blob: 679f8e36f9a33999cb6fb20670da15d1225ed191 [file] [log] [blame]
Gilles Peskine018e0982025-07-09 16:16:45 +02001/*
2 * Mbed TLS configuration checks
3 */
4/*
5 * Copyright The Mbed TLS Contributors
6 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
7 */
8
9#include <mbedtls/build_info.h>
Gilles Peskineac637ac2025-07-22 21:54:31 +020010
11/* Consistency checks in the configuration: check for incompatible options,
12 * missing options when at least one of a set needs to be enabled, etc. */
13#include "mbedtls_check_config.h"