From 6a8afe9960862a62e6beceda160eaac3e572986a Mon Sep 17 00:00:00 2001 From: Lpsd <40902730+Lpsd@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:56:55 +0100 Subject: [PATCH] Update mbedtls premake --- vendor/mbedtls/premake5.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/mbedtls/premake5.lua b/vendor/mbedtls/premake5.lua index 9a32e4e050..167f777fbc 100644 --- a/vendor/mbedtls/premake5.lua +++ b/vendor/mbedtls/premake5.lua @@ -166,7 +166,8 @@ project "mbedtls" "library/chachapoly.c", "library/check_crypto_config.h", "library/cipher.c", - -- "library/cipher_wrap.c", + "library/cipher_wrap.c", + "library/cipher_wrap.h", "library/cmac.c", "library/common.h", "library/constant_time.c",