Version 1 (modified by Cas, 8 years ago) (diff)

--

Building OpenSSL for Windows

These steps were sourced from http://www.magicsplat.com/blog/building-openssl-tls/

Install Dependencies

Build

  • Extract OpenSSL source and navigate to it in VC++ prompt.
  • In Visual C++ 2008 32-bit Command Prompt:
    set PATH=C:\Users\IEUser\AppData\Local\nasm;%PATH%
    perl Configure VC-WIN32 --prefix=%USERPROFILE%\Downloads\openssl\x86
    ms\do_nasm
    nmake -f ms\ntdll.mak
    nmake -f ms\ntdll.mak test
    nmake -f ms\ntdll.mak install
    

Precompiled

There are precompiled but ensure the compiler is msvc 9.0 (2008).