Browse Source

Fix arguments order

tags/1.2.0
Vsevolod Stakhov 8 years ago
parent
commit
4857227f11
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libcryptobox/cryptobox.c

+ 1
- 1
src/libcryptobox/cryptobox.c View File

@@ -1105,7 +1105,7 @@ rspamd_cryptobox_encryptv_nm_inplace (struct rspamd_cryptobox_segment *segments,

rspamd_cryptobox_flush_outbuf (start_seg, outbuf, sizeof (outbuf) - remain,
seg_offset);
rspamd_cryptobox_cleanup (auth_ctx, enc_ctx, mode);
rspamd_cryptobox_cleanup (enc_ctx, auth_ctx, mode);
}

gboolean

Loading…
Cancel
Save