Build scripts for OpenSSL are invalid for the current release version of OpenSSL. OpenSSL now uses a "unified" system in their words for builds, so building now is simply a matter of calling nmake after a successful configuration.
This will be solved by removing the scripts from the repo, as the coming BuildBot scripts correctly configure and build.
Build scripts for OpenSSL are invalid for the current release version of OpenSSL. OpenSSL now uses a "unified" system in their words for builds, so building now is simply a matter of calling
nmake
after a successful configuration.This will be solved by removing the scripts from the repo, as the coming BuildBot scripts correctly configure and build.