From 87522bf24c38a3393ddc425ffb44b7e909817838 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 31 Jan 2024 16:38:38 +0100 Subject: [PATCH] suppress deprecated warnings from openssl is needed to avoid failing builds due to warnings unclear when we will tackle the work of removing the use of deprectaed APIs Signed-off-by: Matthieu Gallien --- src/libsync/clientsideencryption.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp index ba34300420a1..c9a655278d0b 100644 --- a/src/libsync/clientsideencryption.cpp +++ b/src/libsync/clientsideencryption.cpp @@ -1,3 +1,5 @@ +#define OPENSSL_SUPPRESS_DEPRECATED + #include "clientsideencryption.h" #include