Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-08-27 09:43:22

0001 /**
0002  * \file psa/build_info.h
0003  *
0004  * \brief Build-time PSA configuration info
0005  *
0006  *  Include this file if you need to depend on the
0007  *  configuration options defined in mbedtls_config.h or MBEDTLS_CONFIG_FILE
0008  *  in PSA cryptography core specific files.
0009  */
0010 /*
0011  *  Copyright The Mbed TLS Contributors
0012  *  SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
0013  */
0014 
0015 #ifndef PSA_CRYPTO_BUILD_INFO_H
0016 #define PSA_CRYPTO_BUILD_INFO_H
0017 
0018 #include "mbedtls/build_info.h"
0019 
0020 #endif /* PSA_CRYPTO_BUILD_INFO_H */