From: Vsevolod Stakhov Date: Wed, 10 Feb 2016 23:02:16 +0000 (+0000) Subject: Fix arguments order X-Git-Tag: 1.1.4~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f07e6f9f260fcd5331b4cd22ed7ef9484cfc823;p=thirdparty%2Frspamd.git Fix arguments order --- diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c index d2d64a9d06..6b5251b6e2 100644 --- a/src/libcryptobox/cryptobox.c +++ b/src/libcryptobox/cryptobox.c @@ -1078,7 +1078,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); + rspamd_cryptobox_cleanup (enc_ctx, auth_ctx); } gboolean