Building with no-shared
still builds dynamic ossl-modules
#17679
Labels
resolved: answered
The issue contained a question which has been answered
Is there a way to build a static version of openssl3, including the "legacy" OSSL_PROVIDER?
I maintain bindings for the R programming language, which require that on Windows everything is statically linked, no runtime dll dependencies. This was easy with openssl 1.1.1 but with openssl3 we need to use:
However it seems that the legacy library is always built as a shared library, even when building openssl with
no-shared
? Is there a way to build a staticlegacy.a
library that we can link to the bindings at build time?The text was updated successfully, but these errors were encountered: