1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

ssl: fix included pk header file

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2023-03-07 18:14:34 +01:00
parent 23e50b9042
commit 2f1d967643
2 changed files with 1 additions and 3 deletions

View File

@ -55,7 +55,7 @@
#include "mbedtls/ecjpake.h"
#endif
#include "pk_wrap.h"
#include "mbedtls/pk.h"
#include "common.h"
/* Shorthand for restartable ECC */