From c65b9015d44115182ac5106f58a228efb569c93f Mon Sep 17 00:00:00 2001 From: Fan DANG Date: Mon, 25 Dec 2023 22:15:00 +0800 Subject: [PATCH] fix compilation error for tests --- src/ecc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ecc.c b/src/ecc.c index 90eb62d..1d63466 100644 --- a/src/ecc.c +++ b/src/ecc.c @@ -9,6 +9,7 @@ const uint8_t SM2_ID_DEFAULT[] = {0x10, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37 0x36, 0x37, 0x38}; #ifdef USE_MBEDCRYPTO +#include #include #include