Hi All,

I'm trying to split hairs on the meanings of -no-shared and -no-dso.

I believe -no-shared means the output of the build process does not
include a shared object (*.so, *.dylib, etc). Other build process
artifacts, such as static libraries (*.a) will still be produced.

I believe -no-dso means OpenSSL internal calls to functions like
dlopen() will always return NULL, regardless of what the real API call
would return.

Is that correct? If not, could someone explain it to me?

Thanks,
Jeff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to