From 1ddaf7109acd3eef882929e755e48f30e1aaec8c Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Sat, 16 Mar 2024 22:43:05 +0100 Subject: [PATCH] common: remove old dependency to openssl --- common/common.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/common.h b/common/common.h index 3e5dd661c..8dd8a3edc 100644 --- a/common/common.h +++ b/common/common.h @@ -17,12 +17,6 @@ #include #include -#ifdef HAVE_OPENSSL -#include -#include -#include -#endif - #ifdef _WIN32 #define DIRECTORY_SEPARATOR '\\' #else