boring-sys: include HPKE header file for bindgen

BoringSSL doesn't expose these APIs for FIPs builds, so we gate them
here as well
This commit is contained in:
Evan Rittenhouse 2024-10-16 20:18:54 -05:00 committed by Rushil Mehra
parent a57cb3a997
commit 80e3aab37d
1 changed files with 2 additions and 0 deletions

View File

@ -728,6 +728,8 @@ fn main() {
"des.h",
"dtls1.h",
"hkdf.h",
#[cfg(not(feature = "fips"))]
"hpke.h",
"hmac.h",
"hrss.h",
"md4.h",