test: adjust include after PK_CAN_ECDSA_SOME was moved

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2023-02-13 15:35:37 +01:00
parent d928aeb9ac
commit 16f02e0196
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "mbedtls/legacy_or_psa.h"
#include "pk_wrap.c"
#include "mbedtls/pk.h"
/*
* Test CA Certificates
+1 -1
View File
@@ -2,7 +2,7 @@
#include "mbedtls/debug.h"
#include "string.h"
#include "mbedtls/legacy_or_psa.h"
#include "pk_wrap.h"
#include "pk.h"
struct buffer_data {
char buf[2000];
+1 -1
View File
@@ -6,7 +6,7 @@
#include <ssl_tls13_keys.h>
#include <ssl_tls13_invasive.h>
#include "test/certs.h"
#include "pk_wrap.h"
#include "pk.h"
#if defined(MBEDTLS_SSL_CACHE_C)
#include "mbedtls/ssl_cache.h"