From 7329d7b0d02fc4e50f82674977eafdb613e08240 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 9 Jul 2023 13:04:10 +0200 Subject: [PATCH] fix missing files for compilation --- common/mbedtls/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/mbedtls/Makefile b/common/mbedtls/Makefile index 142ac6b12..ebd2d5dcf 100644 --- a/common/mbedtls/Makefile +++ b/common/mbedtls/Makefile @@ -21,7 +21,10 @@ MYSRCS = \ cipher.c \ cmac.c \ des.c \ + ecc_point_compression.c \ + ecdh.c \ ecdsa.c \ + gcm.c \ md.c \ md5.c \ oid.c \