mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
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:
parent
1133e3112b
commit
87522bf24c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#define OPENSSL_SUPPRESS_DEPRECATED
|
||||
|
||||
#include "clientsideencryption.h"
|
||||
|
||||
#include <openssl/rsa.h>
|
||||
|
|
Loading…
Reference in a new issue