Replies: 2 comments 3 replies
-
|
Which platform? Where did you obtain OpenSSL from? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
OpenSSL from Shining Light Productions (full, not light) works fine when building with CMake. There was a problem for Arm64 Windows in CMake that was resolved in version 4.1. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
The code base of POCO_EXTERNAL_OPENSSL code has been removed from the include Crypto.h starting from poco-1.13.3.
Before 1.13.3 Crypto.h contains
`
#ifndef Crypto_Crypto_INCLUDED
#define Crypto_Crypto_INCLUDED
#define POCO_EXTERNAL_OPENSSL_DEFAULT 1
#define POCO_EXTERNAL_OPENSSL_SLPRO 2
//
// Temporarily suppress deprecation warnings coming`
while for poco-1.13.3 and above, Crypto.h contains
#ifndef Crypto_Crypto_INCLUDED
#define Crypto_Crypto_INCLUDED
//
// Temporarily suppress deprecation warnings coming
As consequence, Crypto module with an external OpenSSL lib does not link anymore from 1.13.3.
Any idea?
TIA
Beta Was this translation helpful? Give feedback.
All reactions