We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e90a73 commit e73b1c1Copy full SHA for e73b1c1
src/node_crypto.h
@@ -40,9 +40,9 @@
40
#include "crypto/crypto_hash.h"
41
#include "crypto/crypto_hkdf.h"
42
#include "crypto/crypto_hmac.h"
43
-#include "crypto/crypto_kmac.h"
44
#if OPENSSL_VERSION_MAJOR >= 3
45
#include "crypto/crypto_kem.h"
+#include "crypto/crypto_kmac.h"
46
#endif
47
#include "crypto/crypto_keygen.h"
48
#include "crypto/crypto_keys.h"
0 commit comments