test: adjust include after PK_CAN_ECDSA_SOME was moved

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-02-13 11:09:40 +01:00
parent d928aeb9ac
commit 16f02e0196
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
#include "mbedtls/legacy_or_psa.h"
#include "pk_wrap.c"
#include "mbedtls/pk.h"
/*
* Test CA Certificates

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];

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"