1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed

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

View File

@@ -2,7 +2,7 @@
#include "mbedtls/debug.h"
#include "string.h"
#include "mbedtls/legacy_or_psa.h"
#include "pk.h"
#include "mbedtls/pk.h"
struct buffer_data {
char buf[2000];