mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +02:00
Don't include <openssl/fips.h> for later OpenSSL (#2358)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "Poco/SharedPtr.h"
|
||||
#include "Poco/Mutex.h"
|
||||
#include <openssl/ssl.h>
|
||||
#ifdef OPENSSL_FIPS
|
||||
#if defined(OPENSSL_FIPS) && OPENSSL_VERSION_NUMBER < 0x010001000L
|
||||
#include <openssl/fips.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user