Reputation: 4194
It is having problems during linking what file am i missing?
Visual studio 2010 error output
Upvotes: 0
Views: 1447
Reputation: 65466
According to : http://aluigi.freeforums.org/post4997.html
link it to libcrypto.a, it's the static library.
if you don't have it:
http://gnuwin32.sourceforge.net/packages/openssl.htm
Upvotes: 1