mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-03 03:57:49 +00:00
trunk: sync from 1.4.3
make & cmake fixes
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/err.h>
|
||||
#if SSLEAY_VERSION_NUMBER >= 0x0907000L
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x0907000L
|
||||
#include <openssl/conf.h>
|
||||
#endif
|
||||
|
||||
@@ -61,7 +61,7 @@ int OpenSSLInitializer::_rc(0);
|
||||
|
||||
OpenSSLInitializer::OpenSSLInitializer()
|
||||
{
|
||||
initialize();
|
||||
initialize();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user