Skip to content

Commit e73b1c1

Browse files
committed
fixup! crypto: add KMAC Web Cryptography algorithms
1 parent 3e90a73 commit e73b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
#include "crypto/crypto_hash.h"
4141
#include "crypto/crypto_hkdf.h"
4242
#include "crypto/crypto_hmac.h"
43-
#include "crypto/crypto_kmac.h"
4443
#if OPENSSL_VERSION_MAJOR >= 3
4544
#include "crypto/crypto_kem.h"
45+
#include "crypto/crypto_kmac.h"
4646
#endif
4747
#include "crypto/crypto_keygen.h"
4848
#include "crypto/crypto_keys.h"

0 commit comments

Comments
 (0)