Skip to content

Commit

Permalink
Merge pull request #6402 from nextcloud/ci/suppressOpensslDeprecatedW…
Browse files Browse the repository at this point in the history
…arnings

suppress deprecated warnings from openssl
  • Loading branch information
mgallien authored Feb 6, 2024
2 parents 1133e31 + 87522bf commit f1ed494
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 f1ed494

Please sign in to comment.