]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configurations/unix-Makefile.tmpl
Configure/Makefile: correct the FIPS module configuration file path
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 15 Dec 2020 21:44:32 +0000 (22:44 +0100)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 29 Apr 2021 09:26:57 +0000 (11:26 +0200)
commitc3bda8a2e0d51a8be2c2c0afc673048bc9457dcd
tree0fa38113a62d36ffb0752a642cb4dd4bf6694454
parentb6821df0d0713e05af338f5a7dba51a63f2c79b9
Configure/Makefile: correct the FIPS module configuration file path

According to the OpenSSL 3.0 Wiki, the file should be located at

    $(DESTDIR)$(OPENSSLDIR)/fipsmodule.cnf

next to the openssl.cnf file.

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