mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 02:15:35 +00: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:
parent
d6e0a5824a
commit
b66bc0ad4a
|
@ -20,7 +20,6 @@
|
|||
#include "ssl_test_lib.h"
|
||||
|
||||
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||
#define SKIP_LIBRARY_HEADERS
|
||||
#include "test/psa_crypto_helpers.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue