Skip to content

Commit 5a1855e

Browse files
committed
fixup! crypto: move pbkdf2 without digest to EOL
1 parent 028de37 commit 5a1855e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/crypto/pbkdf2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const { AsyncWrap, Providers } = internalBinding('async_wrap');
44
const { Buffer } = require('buffer');
55
const { pbkdf2: _pbkdf2 } = internalBinding('crypto');
66
const { validateUint32 } = require('internal/validators');
7-
const { deprecate } = require('internal/util');
87
const {
98
ERR_CRYPTO_INVALID_DIGEST,
109
ERR_CRYPTO_PBKDF2_ERROR,

0 commit comments

Comments
 (0)