Skip to content

Commit

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

The original problem was caused by #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 Aug 1, 2023
1 parent c71e2be commit bf552fc
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 bf552fc

Please sign in to comment.