Skip to content

Commit 35d1b4c

Browse files
committed
crypto: 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 35d1b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto/crypto_util.h

+1
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)