Skip to content

Commit

Permalink
boring-sys: include HPKE header file for bindgen
Browse files Browse the repository at this point in the history
BoringSSL doesn't expose these APIs for FIPs builds, so we gate them
here as well
  • Loading branch information
evanrittenhouse committed Oct 17, 2024
1 parent d7dbd2e commit eb6e200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boring-sys/build/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,8 @@ fn main() {
"des.h",
"dtls1.h",
"hkdf.h",
#[cfg(not(feature = "fips"))]
"hpke.h",
"hmac.h",
"hrss.h",
"md4.h",
Expand Down

0 comments on commit eb6e200

Please sign in to comment.