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",