OpenSSL lib support for Delphi
- Install Visual Studio 2015+
- Install Strawberry Perl: http://straberryperl.com
- Install NASM: https://www.nasm.us
- Configure Windows enviroment variable '%PATH%', put the path of NASM into %PATH%
- Download openssl source code: https://github.com/openssl/openssl
- Run cmd line tool by VS: (64bit)...\Microsoft Visual Studio\20xx\Community\VC\Auxiliary\Build\vcvars64 (32bit)...\Microsoft Visual Studio\20xx\Community\VC\Auxiliary\Build\vcvarsamd64_x86
- Switch to openssl root dir
- Configure build params: (64bit) perl Configure VC-WIN64A shared no-asm (32bit) perl Configure VC-WIN32 shared no-asm
- Do make: nmake
- Wait for build done and copy your target files and enjoy openssl