Linking to OpenSSL on UNIX
On UNIX, the distributed import libraries differ for static and dynamic builds:
*For static builds, link to libcrypto.a and libssl.a.
*For dynamic builds, link to libcrypto.so and libssl.so (or whatever extension your platform uses for shared objects).