Fix broken fips build (#30554)
Envoy build with boringssl-fips is broken. #30001 introduces a patch to remove BoringSSL-specific definition of BN_bn2lebinpad in ipp-crypto library. It works for non-fips build but fips build fails with declaration error, remove the patch for fips build. Signed-off-by: LeiZhang <lei.a.zhang@intel.com> Mirrored from https://github.com/envoyproxy/envoy @ 29f6998d0751962eb1dd5ba628225564e998a42dmain
parent
84ff1eeecb
commit
922b8fe843
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue