aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-07 15:28:29 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-07 15:28:29 +0100
commitf21054decd18934eb4996549c1be82ab175a067b (patch)
treef79556269778a111bcabcd23f13a52520c0ba692 /src
parent311582f4fd281b213ad9f19beff9d1fe8c1345cc (diff)
downloadrspamd-f21054decd18934eb4996549c1be82ab175a067b.tar.gz
rspamd-f21054decd18934eb4996549c1be82ab175a067b.zip
Fix splits.
Diffstat (limited to 'src')
-rw-r--r--src/libcryptobox/cryptobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c
index e6bd45c94..9bfb2946c 100644
--- a/src/libcryptobox/cryptobox.c
+++ b/src/libcryptobox/cryptobox.c
@@ -286,7 +286,7 @@ void rspamd_cryptobox_encryptv_nm_inplace (struct rspamd_cryptobox_segment *segm
else {
memcpy (outbuf, in, inremain);
remain = sizeof (outbuf) - inremain;
-
+ out = outbuf + inremain;
inremain = 0;
}
}