You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unpack the source code package (openssl-1.0.2l.tar.gz) using 7-zip. This is a two-step process. First,
expand the GZip-compressed .tar.gz, then unpack the openssl-1.0.2l.tar file, resulting in a directory named
openssl-1.0.2l.
Build OpenSSL Static Libraries
Launch a x86 Native Tools Command Prompt for Visual Studio 2015/2017 and cd into the openssl-1.0.2l directory. Then run the following commands:
Configure OpenSSL
Configure OpenSSL to be installed into C:\OpenSSL-Win32. You can of course also specify a different directory.