使用vs工具cmd进入openssl所在目录
perl Configure VC-WIN32 no-asm
ms\do_ms.bat
运行 nmake -f ms\ntdll.mak进行编译动态库
运行 nmake -f ms\nt.mak进行编译静态库
测试动态库:cd out32dll>..\ms\test
测试静态库:cd out32l>..\ms\test
运行结果为:passed all tests 即编译成功
运行 nmake -f ms\ntdll.mak install 进行安装动态库
运行 nmake -f ms\nt.mak install 进行安装静态库
ps:修改crypto/o_str.c 引用了strings.h 直接删掉