Skip to content

Commit b4547a7

Browse files
committed
iojs engine fix
1 parent 4e843c8 commit b4547a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/encryptEngines/io.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module.exports = function (keyPair, options) {
3232
if (options.encryptionScheme === 'pkcs1') {
3333
padding = constants.RSA_PKCS1_PADDING;
3434
}
35-
3635
if (usePublic) {
3736
// openssl don't support oaep padding for public decrypt
3837
if (padding === constants.RSA_PKCS1_OAEP_PADDING) {

0 commit comments

Comments
 (0)