1

I have a VC++ project in VS 2008 which uses open SSL. I have installed OpenSSL-Win32. I am compiling the project in 32 bit machine. While compiling it throws an error as follows,

fatal error LNK1181: cannot open input file 'ssleay32D.lib'

I don't know where this file exists. Am I missing anything here?

Please help!

1 Answer 1

2

I figured out the answer I have to rename 'ssleay32D.lib' as 'ssleay32MD.lib' in additional dependencies in project properties.

This is because open SSL had a different name in its library folder

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.