Skip to content

Commit

Permalink
Adding hmac.h to included headers
Browse files Browse the repository at this point in the history
FYI this was originally going to be fixed by cloudflare#101, however that PR was closed and superseded by cloudflare#117, which was missing this fix.

The original problem was caused by cloudflare#97, which updated boringssl to a version that included [a change that removed hmac.h from ssl.h](google/boringssl@05b360d).

This PR adds an include for hmac.h, so it is again available through boring-sys.
  • Loading branch information
nmittler committed Jul 28, 2023
1 parent c71e2be commit fef3036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boring-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ fn main() {
"des.h",
"dtls1.h",
"hkdf.h",
"hmac.h",
"hrss.h",
"md4.h",
"md5.h",
Expand Down

0 comments on commit fef3036

Please sign in to comment.