PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.a
authorRichard Levitte <levitte@openssl.org>
Mon, 20 Jul 2020 07:11:15 +0000 (09:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 21 Jul 2020 09:52:32 +0000 (11:52 +0200)
commit904f42509f8d5e6210113e49a7e41ed2b1dd5a81
tree46144d89c7862f9a6f9445f59f38762e5f4937e4
parent7e4f01d8ba9983b37758eb8842c64500ee0b29ca
PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.a

libcommon.a is FIPS agnostic, while libfips.a and libnonfips.a are
FIPS / non-FIPS specific.  Since bio_prov.c checks FIPS_MODULE, it
belongs to the latter.

Along with this, a bit more instruction commentary is added to
providers/build.info.

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from https://github.com/openssl/openssl/pull/12486)
providers/build.info
providers/common/build.info