Skip to content

Commit 4717064

Browse files
committed
Include hmac.h in crypto_util.h.
`crypto_util.h` references `HMAC_CTX_free` but doesn't include the header file that contains it.
1 parent 49413ad commit 4717064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto/crypto_util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <openssl/err.h>
1616
#include <openssl/evp.h>
1717
#include <openssl/ec.h>
18+
#include <openssl/hmac.h>
1819
#include <openssl/kdf.h>
1920
#include <openssl/rsa.h>
2021
#include <openssl/dsa.h>

0 commit comments

Comments
 (0)