Fix erroneous include change

Signed-off-by: Anton Matkin <[email protected]>
This commit is contained in:
Anton Matkin
2025-08-21 12:12:14 +02:00
parent 2b5dbf46c0
commit cfd4b2cc53
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#define PSA_CRYPTO_TEST_DRIVER_LOCATION 0x7fffff
#include "test/drivers/aead.h"
#include "test/drivers/private/cipher.h"
#include "test/drivers/cipher.h"
#include "test/drivers/hash.h"
#include "test/drivers/mac.h"
#include "test/drivers/key_management.h"
+1 -1
View File
@@ -14,7 +14,7 @@
#include "psa_crypto_core.h"
#include "mbedtls/private/cipher.h"
#include "test/drivers/private/cipher.h"
#include "test/drivers/cipher.h"
#include "test/random.h"