blob: 34a138d72cf7265af98d87b8a37f17f6b29fbcf4 [file] [log] [blame]
Ronald Cronf6236f02023-01-26 16:22:25 +01001/**
Ronald Cron135f2ae2023-02-08 12:25:38 +01002 * \file psa/build_info.h
Ronald Cronf6236f02023-01-26 16:22:25 +01003 *
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
12 * SPDX-License-Identifier: Apache-2.0
13 *
14 * Licensed under the Apache License, Version 2.0 (the "License"); you may
15 * not use this file except in compliance with the License.
16 * You may obtain a copy of the License at
17 *
18 * http://www.apache.org/licenses/LICENSE-2.0
19 *
20 * Unless required by applicable law or agreed to in writing, software
21 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
22 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 * See the License for the specific language governing permissions and
24 * limitations under the License.
25 */
26
27#ifndef PSA_CRYPTO_BUILD_INFO_H
28#define PSA_CRYPTO_BUILD_INFO_H
29
30#include "mbedtls/build_info.h"
31
32#endif /* PSA_CRYPTO_BUILD_INFO_H */