Skip to content

Commit 7becb64

Browse files
committed
add includes
1 parent 8e997d9 commit 7becb64

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/wh_server_crypto.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include "wolfssl/wolfcrypt/sha512.h"
4444
#include "wolfssl/wolfcrypt/cmac.h"
4545
#include "wolfssl/wolfcrypt/dilithium.h"
46+
#include "wolfssl/wolfcrypt/hmac.h"
4647

4748
#include "wolfhsm/wh_error.h"
4849
#include "wolfhsm/wh_crypto.h"

test/wh_test_crypto.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131

3232
#include "wolfssl/wolfcrypt/settings.h"
3333
#include "wolfssl/wolfcrypt/types.h"
34-
#ifdef HAVE_HKDF
35-
#include "wolfssl/wolfcrypt/kdf.h"
36-
#endif
3734

3835
#include "wolfhsm/wh_error.h"
3936

wolfhsm/wh_client_crypto.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#include "wolfssl/wolfcrypt/rsa.h"
5050
#include "wolfssl/wolfcrypt/ecc.h"
5151
#include "wolfssl/wolfcrypt/dilithium.h"
52+
#include "wolfssl/wolfcrypt/hmac.h"
5253

5354
/**
5455
* @brief Generate random bytes

0 commit comments

Comments
 (0)