1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Move psa_crypto_slot_management.h out from psa_crypto_helpers.h

Signed-off-by: Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemyslaw Stekiel
2021-11-03 09:35:35 +01:00
parent d6e0a5824a
commit b66bc0ad4a
5 changed files with 2 additions and 5 deletions

View File

@@ -64,7 +64,6 @@ int main( void )
#endif
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#define SKIP_LIBRARY_HEADERS
#include "test/psa_crypto_helpers.h"
#endif