From: Vsevolod Stakhov Date: Wed, 10 Feb 2016 23:02:16 +0000 (+0000) Subject: Fix arguments order X-Git-Tag: 1.2.0~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4857227f111446954da3b202d7318feb6fba705c;p=thirdparty%2Frspamd.git Fix arguments order --- diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c index 1971e42cef..fe2cff29e9 100644 --- a/src/libcryptobox/cryptobox.c +++ b/src/libcryptobox/cryptobox.c @@ -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