Mbed TLS v3.5.0
psa/build_info.h
Go to the documentation of this file.
1 
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 */
Build-time configuration info.