From ec09882dbe7bf8e60cca6f0e15cbfcf1b34e5771 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Thu, 20 Apr 2023 17:50:22 +0000 Subject: [PATCH] Fix warnings about memset() --- src/Tls/TlsOpenSSL.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tls/TlsOpenSSL.c b/src/Tls/TlsOpenSSL.c index 03c03ed..0dc882c 100644 --- a/src/Tls/TlsOpenSSL.c +++ b/src/Tls/TlsOpenSSL.c @@ -28,6 +28,8 @@ #include #include +#include + #include #include