Skip to content

Commit 8daec99

Browse files
committed
fixup! fixup! fixup! fixup! src: move more crypto_dh.cc code to ncrypto
1 parent 600dc68 commit 8daec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-crypto-dh.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const crypto = require('crypto');
9191
(common.hasOpenSSL(3, 1, 4));
9292
assert.throws(() => {
9393
dh3.computeSecret('');
94-
}, {message: common.hasOpenSSL3 && !hasOpenSSL3WithNewErrorMessage ?
94+
}, { message: common.hasOpenSSL3 && !hasOpenSSL3WithNewErrorMessage ?
9595
'Unspecified validation error' :
9696
'Supplied key is too small' });
9797
}

0 commit comments

Comments
 (0)