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 <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-01-31 16:38:38 +01:00 committed by Matthieu Gallien
parent 1133e3112b
commit 87522bf24c
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#define OPENSSL_SUPPRESS_DEPRECATED
#include "clientsideencryption.h"
#include <openssl/rsa.h>