How do you install OpenSSL the traditional way?
On Unix:
$ ./config
$ make
$ make test
$ make install
On Windows:
$ perl Configure { VC-WIN32 | VC-WIN64A | VC-WIN64I | VC-CE }
$ nmake
$ nmake test
$ nmake install
If you only want to install the OpenSSL software use the target:
install_sw
Only install the OpenSSL software components.
, multiple selections available,