Skip to content

Commit afac9f8

Browse files
authored
fix unreachable code
1 parent 5f169c8 commit afac9f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/schemes/pkcs1.js

-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ module.exports.makeScheme = function (key, options) {
183183
var filled = new Buffer(this.key.maxMessageLength - buffer.length);
184184
filled.fill(0);
185185
return Buffer.concat([filled, buffer]);
186-
187-
return filled;
188186
};
189187

190188
Scheme.prototype.pkcs0unpad = function (buffer) {

0 commit comments

Comments
 (0)