Add missing semicolons
This commit is contained in:
parent
d0297e1b81
commit
3e2f34ac62
|
@ -72,7 +72,7 @@ SymmetricallyEncrypted.prototype.decrypt = function (sessionKeyAlgorithm, key) {
|
|||
sessionKeyAlgorithm === 'aes256')) {
|
||||
throw new Error('Decryption failed due to missing MDC in combination with modern cipher.')
|
||||
}
|
||||
this.packets.read(decrypted.join(''))
|
||||
this.packets.read(decrypted.join(''));
|
||||
};
|
||||
|
||||
SymmetricallyEncrypted.prototype.encrypt = function (algo, key) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user