]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configurations/unix-Makefile.tmpl
Configure/Makefile: fix the `-macopt` argument of the fipsinstall command
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 15 Dec 2020 18:41:58 +0000 (19:41 +0100)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 29 Apr 2021 09:26:57 +0000 (11:26 +0200)
commit59cf2869199b695cace97869c578d40fafff24c6
tree501d38cc348a5b5d58b6746cdb76459470dc6014
parentf4585aeca99d43ed4cfd7053f8d74a4d816c95e4
Configure/Makefile: fix the `-macopt` argument of the fipsinstall command

The FIPS hmac key is provided as a hexadezimal string, which needs to
be be prefixed with `hexkey:`, not `key:`.

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