Adding hmac.h to included headers

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](05b360d797).

This PR adds an include for hmac.h, so it is again available through boring-sys.
This commit is contained in:
Nathan Mittler 2023-07-28 07:57:06 -07:00 committed by Anthony Ramine
parent 2475ef386b
commit 74fd7a8ce4
1 changed files with 1 additions and 0 deletions

View File

@ -680,6 +680,7 @@ fn main() {
"des.h", "des.h",
"dtls1.h", "dtls1.h",
"hkdf.h", "hkdf.h",
"hmac.h",
"hrss.h", "hrss.h",
"md4.h", "md4.h",
"md5.h", "md5.h",