]> git.ipfire.org Git - thirdparty/openssl.git/commit
crypto/ppccap.c: Fix FIPS build on PPC
authorRichard Levitte <levitte@openssl.org>
Mon, 17 Jun 2019 06:14:57 +0000 (08:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 Jun 2019 07:43:21 +0000 (09:43 +0200)
commit55a9ca5cc5e14d0018015de31baa28f2a711adaa
treec31fc4afa40d425b84c5383f81c0f1f8f0138976
parent1313e37ab97c0b24eedf67b343b93a7c964b9767
crypto/ppccap.c: Fix FIPS build on PPC

Some code was temporarly disabled in the FIPS module because SHA other
SHA1 hadn't been ported.  Now that they have, we must enable this code
again.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9168)
crypto/ppccap.c