Skip to content

Commit 29d6dec

Browse files
committed
fixup! crypto: add argon2() and argon2Sync() methods
1 parent 6d05b78 commit 29d6dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/ncrypto/ncrypto.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <openssl/core_names.h>
1414
#include <openssl/params.h>
1515
#include <openssl/provider.h>
16-
#if OPENSSL_VERSION_MINOR >= 2
16+
#if OPENSSL_VERSION_NUMBER >= 0x30200000L
1717
#include <openssl/thread.h>
1818
#endif
1919
#endif

0 commit comments

Comments
 (0)