diff --git a/src/packet/sym_encrypted_session_key.js b/src/packet/sym_encrypted_session_key.js index 6e521941..1557d631 100644 --- a/src/packet/sym_encrypted_session_key.js +++ b/src/packet/sym_encrypted_session_key.js @@ -46,6 +46,7 @@ module.exports = SymEncryptedSessionKey; */ function SymEncryptedSessionKey() { this.tag = enums.packet.symEncryptedSessionKey; + this.version = 4; this.sessionKeyEncryptionAlgorithm = null; this.sessionKeyAlgorithm = 'aes256'; this.encrypted = null;