Hi,

I am trying to build FIPS capable library/libraries with both static and dynamic versions. I observed that with nomal procedures the build process produces a libcrypto.a first and then using the libcrypto.a, it is built into a libcrypto.so. With this build procedure, the compilation requires dso flags and therefore the resulting libcrypto.a includes references to DSO methods like dlopen() ... If I don't want to have any reference to DSO methods from libcrypto.a. Is it possible to build both libcrypto.a and libcrypto.so in one pass. Or Does it mean that I have to run two separate compilations: one to produce libcrypto.a without dso, and another compile for building libcrypto.so with dso?

Thanks in advance for your help.

Lin
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to