providers/build.info: Tag the FIPS module, for the build file
authorRichard Levitte <levitte@openssl.org>
Tue, 29 Sep 2020 16:32:34 +0000 (18:32 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Oct 2020 09:29:23 +0000 (11:29 +0200)
commitd3ed80802d129fea8be0c128e64d7d253d4586d3
tree46a9e56a06cacfbb1fe574bde3c7f14ba0937683
parent8cab385ec522aa9a78e8f507becc90ec3a6c8fdb
providers/build.info: Tag the FIPS module, for the build file

The build file templates have code to pick up the 'fips' attribute and
thereby find out what module is the FIPS without having to resort to
ugly hard coding.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13032)
providers/build.info