Skip to content

Commit

Permalink
Merge pull request #6436 from nextcloud/backport/6402/stable-3.12
Browse files Browse the repository at this point in the history
[stable-3.12] suppress deprecated warnings from openssl
  • Loading branch information
mgallien authored Feb 13, 2024
2 parents 28830dd + 362138e commit 7c97c5e
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 7c97c5e

Please sign in to comment.