build_info.h 500 B

1234567891011121314151617181920
  1. /**
  2. * \file psa/build_info.h
  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
  12. * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
  13. */
  14. #ifndef PSA_CRYPTO_BUILD_INFO_H
  15. #define PSA_CRYPTO_BUILD_INFO_H
  16. #include "mbedtls/build_info.h"
  17. #endif /* PSA_CRYPTO_BUILD_INFO_H */