Re: Dyanmic engine for OpenSSL 1.1.1b

2019-06-04 Thread Dr Paul Dale
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

Dyanmic engine for OpenSSL 1.1.1b

2019-06-04 Thread shiva kumar
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