Configure/Makefile: use the correct openssl app for FIPS installation
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 15 Dec 2020 21:34:41 +0000 (22:34 +0100)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 29 Apr 2021 09:26:57 +0000 (11:26 +0200)
commitb6821df0d0713e05af338f5a7dba51a63f2c79b9
treea665b90a16e89106f94d938fffded570087f3026
parent59cf2869199b695cace97869c578d40fafff24c6
Configure/Makefile: use the correct openssl app for FIPS installation

The `openssl` app was previously called without a path, which
would generally invoke the system's copy of the openssl application.
Currently, that's most likely an openssl version 1.1.1 application,
which does not recognize the `fipsinstall` command and terminates
with an error message.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13684)
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl