...
- Edit the OPENSSL_PATH macro to point at your OpenSSL source tree
- Edit the SSLLIBS macro with the corrected filenames of the OpenSSL libraries
- Add an SSLDLIBS macro with the filenames of the debug OpenSSL libraries
- Edit the debug-dll-ssl-dll target section, and change the out32dll path to out32dll.dbg and the $(SSLLIBS) reference to $(SSLDLIBS) in the LNK command
...