Hi, Can someone point me to the instructions that are needed to build and debug OpenSSL using Visual Studio on windows? I want to navigate through the code for the 'openssl req' command using VS. I've built a debug version (both static and dynamic) of OpenSSL as per the instruction in INSTALL.W32 doc. I have found an earlier post on a similar topic http://www.mail-archive.com/openssl-users@openssl.org/msg56791.html . But it just describes building a debug variant.
The question here is, do I need to create a new VS project comprising of apps/openssl.c and link libeay32.lib and ssleay32.lib libraries that I have built earlier? When I did this, I see a lot of unresolved external symbols (_prime_main, _ocsp_main etc) when building the solution. Is there any documented procedure for accomplishing what I intend to? Thanks, Sandeep