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 bbb22bbd9e
commit 53de2622f3
5 changed files with 2 additions and 5 deletions

View File

@ -22,7 +22,6 @@
#include "ssl_test_lib.h"
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#define SKIP_LIBRARY_HEADERS
#include "test/psa_crypto_helpers.h"
#endif

View File

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

View File

@ -28,9 +28,6 @@
#include "test/psa_helpers.h"
#include <psa/crypto.h>
#if !defined(SKIP_LIBRARY_HEADERS)
#include <psa_crypto_slot_management.h>
#endif
#if defined(MBEDTLS_USE_PSA_CRYPTO)
#include "mbedtls/psa_util.h"

View File

@ -22,6 +22,7 @@
#include <test/helpers.h>
#include <test/macros.h>
#include <psa_crypto_slot_management.h>
#include <test/psa_crypto_helpers.h>
#if defined(MBEDTLS_PSA_CRYPTO_C)

View File

@ -29,6 +29,7 @@
#include <psa/crypto.h>
#include <test/asn1_helpers.h>
#include <psa_crypto_slot_management.h>
#include <test/psa_crypto_helpers.h>
#if defined(MBEDTLS_PSA_CRYPTO_SE_C)