I am getting the following linking error : libOpenSSL.lib(cryptlib.obj) : error LNK2001: unresolved external symbol __imp__wcsstr while linking he openssl library to my project. But this looks like a generic error than a openssl error.
Anybody having any idea, i am missing to include any windows library?
I resolved this error. Need to include
Msvcrt.libto resolve this error.