microsoft / openssl

A cross-platform cryptographic library
133 stars 57 forks source link

VS2015 link errors #48

Open hramovnik opened 6 years ago

hramovnik commented 6 years ago

Hi, after building lib - I have link problems then I try to use it. That looks like this:

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_4758cca

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_aep

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_atalla

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_chil

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_cswift

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_nuron

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_sureware

[DEBUG] RET: openssl.lib(ossl_engine.obj) : error LNK2001: unresolved external symbol _ENGINE_load_ubsec

Seems that engine didn't be compiled. I use only static libs (libeay32.lib and ssleay32.lib). Tell me, please what am I doing wrong?