Configure: disable fips mode by default
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sun, 25 Apr 2021 23:04:26 +0000 (01:04 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Thu, 29 Apr 2021 09:26:58 +0000 (11:26 +0200)
commitb2d8c7b6a380bd93d350526ddd3746f82a76a18f
tree39229948828838da8505ad0882cb53df62cef64d
parentafa0a13c1a61e075eb5949bf370f7b0c58d3b8e2
Configure: disable fips mode by default

Building the fips provider in addition to the default provider
effectively doubles the build time. Since many users will not
need fips support, it is now disabled by default.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13684)
Configure