Ronald Cron | f6236f0 | 2023-01-26 16:22:25 +0100 | [diff] [blame] | 1 | /** |
Ronald Cron | 135f2ae | 2023-02-08 12:25:38 +0100 | [diff] [blame] | 2 | * \file psa/build_info.h |
Ronald Cron | f6236f0 | 2023-01-26 16:22:25 +0100 | [diff] [blame] | 3 | * |
| 4 | * \brief Build-time PSA configuration info |
| 5 | * |
| 6 | * Include this file if you need to depend on the |
| 7 | * configuration options defined in mbedtls_config.h or MBEDTLS_CONFIG_FILE |
| 8 | * in PSA cryptography core specific files. |
| 9 | */ |
| 10 | /* |
| 11 | * Copyright The Mbed TLS Contributors |
Dave Rodgman | 16799db | 2023-11-02 19:47:20 +0000 | [diff] [blame] | 12 | * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later |
Ronald Cron | f6236f0 | 2023-01-26 16:22:25 +0100 | [diff] [blame] | 13 | */ |
| 14 | |
| 15 | #ifndef PSA_CRYPTO_BUILD_INFO_H |
| 16 | #define PSA_CRYPTO_BUILD_INFO_H |
| 17 | |
| 18 | #include "mbedtls/build_info.h" |
| 19 | |
| 20 | #endif /* PSA_CRYPTO_BUILD_INFO_H */ |