-
|
Error was reported by cl.exe : app.c |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
|
I can add /wd4996 to inhibit the warning C4996 reported by the deprecated APIs ENGINE_* in OpenSSL 3.0. |
Beta Was this translation helpful? Give feedback.
-
|
Check the flags for |
Beta Was this translation helpful? Give feedback.
-
|
Hi @lsh123 |
Beta Was this translation helpful? Give feedback.
-
|
Engines are deprecated, you should phase them out unless you have a need for a specific engine and there is no equivalent modern openssl provider for that functionality. |
Beta Was this translation helpful? Give feedback.
-
|
I confirmed running the configure script on windows as follows: disables Engines compilation in XMLSec. Specifically the Please reopen if you still have problems and show the configuration command line and output. |
Beta Was this translation helpful? Give feedback.
-
|
I confirmed running the configure script on windows as follows: disables Engines compilation in XMLSec. Specifically the Please reopen if you still have problems and show the configuration command line and output. |
Beta Was this translation helpful? Give feedback.
I confirmed running the configure script on windows as follows:
disables Engines compilation in XMLSec. Specifically the
/D "XMLSEC_OPENSSL3_ENGINES=1"define is REMOVED from the compile flags.Please reopen if you still have problems and show the configuration command line and output.