summaryrefslogtreecommitdiff
path: root/providers/build.info
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-03-19 12:05:59 -0400
committerRichard Levitte <levitte@openssl.org>2021-03-24 17:46:40 +0100
commiteb78f9552307248ca5ccfc28d61faa823dae7c7e (patch)
tree631594198995778285b1edb365e35e78e5a5b317 /providers/build.info
parentb238e78fe897dd22400e0353a9f43318397c2f98 (diff)
downloadopenssl-new-eb78f9552307248ca5ccfc28d61faa823dae7c7e.tar.gz
Make fipsinstall -out flag optional
If -out is not specified, send output to stdout. Fix documentation errors. Remove "-out -" from an invocation. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14623)
Diffstat (limited to 'providers/build.info')
-rw-r--r--providers/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/build.info b/providers/build.info
index 1fab34c28d..4296aa05a6 100644
--- a/providers/build.info
+++ b/providers/build.info
@@ -150,7 +150,7 @@ IF[{- !$disabled{fips} -}]
DEPEND[|tests|]=fipsmodule.cnf
GENERATE[fipsmodule.cnf]=../apps/openssl fipsinstall \
-module providers/$(FIPSMODULENAME) -provider_name fips \
- -mac_name HMAC -section_name fips_sect -out -
+ -mac_name HMAC -section_name fips_sect
DEPEND[fipsmodule.cnf]=$FIPSGOAL
ENDIF