We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee6ea3 commit b067bcdCopy full SHA for b067bcd
1 file changed
test/parallel/test-crypto-argon2.js
@@ -5,8 +5,8 @@ if (!common.hasCrypto)
5
6
const { hasOpenSSL } = require('../common/crypto');
7
8
-if (!hasOpenSSL(3, 5))
9
- common.skip('requires OpenSSL >= 3.5');
+if (!hasOpenSSL(3, 2))
+ common.skip('requires OpenSSL >= 3.2');
10
11
const assert = require('node:assert');
12
const crypto = require('node:crypto');
0 commit comments