mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
disable OpenSSL deprecation warnings
This commit is contained in:
parent
753757fdf8
commit
b158f90381
@ -24,6 +24,15 @@
|
||||
#define POCO_EXTERNAL_OPENSSL_SLPRO 2
|
||||
|
||||
|
||||
//
|
||||
// Temporarily suppress deprecation warnings coming
|
||||
// from OpenSSL 3.0, until we have updated our code.
|
||||
//
|
||||
#if !defined(POCO_DONT_SUPPRESS_OPENSSL_DEPRECATED)
|
||||
#define OPENSSL_SUPPRESS_DEPRECATED
|
||||
#endif
|
||||
|
||||
|
||||
#include "Poco/Foundation.h"
|
||||
#include <openssl/opensslv.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user