Skip to content

Commit

Permalink
crypto: include hmac.h in crypto_util.h
Browse files Browse the repository at this point in the history
`crypto_util.h` references `HMAC_CTX_free` but doesn't include the
header file that contains it.
  • Loading branch information
agl committed Jan 19, 2023
1 parent 49413ad commit 35d1b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/crypto_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/ec.h>
#include <openssl/hmac.h>
#include <openssl/kdf.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
Expand Down

0 comments on commit 35d1b4c

Please sign in to comment.