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:
parent
a57cb3a997
commit
80e3aab37d
|
|
@ -728,6 +728,8 @@ fn main() {
|
|||
"des.h",
|
||||
"dtls1.h",
|
||||
"hkdf.h",
|
||||
#[cfg(not(feature = "fips"))]
|
||||
"hpke.h",
|
||||
"hmac.h",
|
||||
"hrss.h",
|
||||
"md4.h",
|
||||
|
|
|
|||
Loading…
Reference in New Issue