mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 16:37:13 +01:00
#596: only include openssl/fips.h for OpenSSL versions < 1.0.1
This commit is contained in:
parent
6741e90bba
commit
87f1d0f940
@ -23,7 +23,8 @@
|
||||
#include "Poco/Crypto/Crypto.h"
|
||||
#include "Poco/Mutex.h"
|
||||
#include <openssl/crypto.h>
|
||||
#ifdef OPENSSL_FIPS
|
||||
#include <openssl/opensslv.h>
|
||||
#if defined(OPENSSL_FIPS) && OPENSSL_VERSION_NUMBER < 0x010001000L
|
||||
#include <openssl/fips.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user