mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Move wrapper include to psa_crypto_helpers.h
This makes memory poisoning wrappers available to (almost) all tests. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
@ -16,6 +16,9 @@
|
||||
#include <psa/crypto.h>
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_TEST_HOOKS)
|
||||
#include "test/psa_memory_poisoning_wrappers.h"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_PSA_CRYPTO_C)
|
||||
/** Initialize the PSA Crypto subsystem. */
|
||||
|
Reference in New Issue
Block a user