diff options
author | Jose <pepone@users.noreply.github.com> | 2021-12-01 13:46:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 13:46:21 +0100 |
commit | 7204b31a082a10cd481c1f31dbb6184ec699160d (patch) | |
tree | b85b68e4ea8585b60fb26994af4ffa5708a31882 /cpp/src/IceSSL/OpenSSLUtil.cpp | |
parent | Update JS depedencies (diff) | |
download | ice-7204b31a082a10cd481c1f31dbb6184ec699160d.tar.bz2 ice-7204b31a082a10cd481c1f31dbb6184ec699160d.tar.xz ice-7204b31a082a10cd481c1f31dbb6184ec699160d.zip |
OpenSSL 3.0 build (#1320)
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLUtil.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLUtil.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLUtil.cpp b/cpp/src/IceSSL/OpenSSLUtil.cpp index 52f99bb4a5b..fe35e41f4ac 100644 --- a/cpp/src/IceSSL/OpenSSLUtil.cpp +++ b/cpp/src/IceSSL/OpenSSLUtil.cpp @@ -10,6 +10,8 @@ // #if defined(__GNUC__) # pragma GCC diagnostic ignored "-Wold-style-cast" +# // Ignore OpenSSL 3.0 deprecation warning +# pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif using namespace std; |