You built with the no-shared option. None of these are errors, they just
aren’t supported without shared library support.
As for the linking, the difference is a single (larger) executable or a smaller
executable plus a shared library. If lots of applications use the same shared
library, ther
Hi,
when I am performing make test while building OpenSSL 1.1.1b I got error as
:
../test/recipes/70-test_sslcbcpadding.t skipped:
test_sslcbcpadding needs the dynamic engine feature enabled
../test/recipes/70-test_sslcertstatus.t skipped:
test_sslcertstatus needs the dyn