From a01e8dfb054fae877e4b94ece6b6f18dd5fd67f8 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 22 Oct 2024 02:54:02 -0400 Subject: Refactor SHA256 function to use mbedtls Signed-off-by: Malfurious --- Cryptor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Cryptor.h') diff --git a/Cryptor.h b/Cryptor.h index 1fcac36..f1448b0 100644 --- a/Cryptor.h +++ b/Cryptor.h @@ -16,6 +16,7 @@ #include "mbedtls/cipher.h" #include "mbedtls/ctr_drbg.h" #include "mbedtls/entropy.h" +#include "mbedtls/sha256.h" #include "Socket.h" -- cgit v1.2.3