mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
5da58e5c18
Moving forward the MBEDTLS_PSA_CRYPTO_CONFIG_FILE now resides in the ts-psa/crypto configuration. This patch removes it from the library configuration files, and updates the tests to explicitely use it. Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
17 lines
366 B
C
17 lines
366 B
C
/**
|
|
* \file config-symmetric-only.h
|
|
*
|
|
* \brief Configuration without any asymmetric cryptography.
|
|
*/
|
|
/*
|
|
* Copyright The Mbed TLS Contributors
|
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
|
*/
|
|
|
|
/* Mbed TLS feature support */
|
|
#define MBEDTLS_ERROR_STRERROR_DUMMY
|
|
#define MBEDTLS_VERSION_FEATURES
|
|
|
|
#define MBEDTLS_TIMING_C
|
|
#define MBEDTLS_VERSION_C
|