Skip to content

Commit

Permalink
we will ignore deprectaed warnings from openssl for now
Browse files Browse the repository at this point in the history
those do not necessarily have replacement APIs yet

Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Sep 19, 2023
1 parent 293bf70 commit 89d0431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libsync/clientsideencryption.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define OPENSSL_SUPPRESS_DEPRECATED

#include "clientsideencryption.h"

#include <openssl/rsa.h>
Expand Down

0 comments on commit 89d0431

Please sign in to comment.