util: add -fips option to wrap.pl to make using the FIPS provider easier
authorPauli <pauli@openssl.org>
Thu, 1 Jul 2021 02:48:30 +0000 (12:48 +1000)
committerPauli <pauli@openssl.org>
Tue, 6 Jul 2021 08:14:08 +0000 (18:14 +1000)
commit4e20d04ee0e7be2061c1e5d2c2c8d714b7923c89
treec173754b50881085f295f1cacacec67f17d09096
parent9d300aa21b02f13d3429931417f4320350b9f891
util: add -fips option to wrap.pl to make using the FIPS provider easier

Without this option, I find I need to figure out which environment variables
point where which wastes effort.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15966)
util/wrap.pl.in