mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-29 15:27:46 +00:00
Fix erroneous include change
Signed-off-by: Anton Matkin <[email protected]>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user