typo
This commit is contained in:
parent
8356fa37ad
commit
09b3e1eecd
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ Session.prototype['encrypt'] = restore_stack(function(
|
||||||
Session.prototype['decrypt'] = restore_stack(function(
|
Session.prototype['decrypt'] = restore_stack(function(
|
||||||
message_type, message
|
message_type, message
|
||||||
) {
|
) {
|
||||||
var message_buffer, plaintext_buffer, max_pliantext_length;
|
var message_buffer, plaintext_buffer, max_plaintext_length;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
message_buffer = malloc(message.length);
|
message_buffer = malloc(message.length);
|
||||||
|
|
Loading…
Reference in a new issue