Skip to content

Commit

Permalink
fixup! crypto: move pbkdf2 without digest to EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Feb 4, 2020
1 parent 028de37 commit 5a1855e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/crypto/pbkdf2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const { AsyncWrap, Providers } = internalBinding('async_wrap');
const { Buffer } = require('buffer');
const { pbkdf2: _pbkdf2 } = internalBinding('crypto');
const { validateUint32 } = require('internal/validators');
const { deprecate } = require('internal/util');
const {
ERR_CRYPTO_INVALID_DIGEST,
ERR_CRYPTO_PBKDF2_ERROR,
Expand Down

0 comments on commit 5a1855e

Please sign in to comment.