mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
Fix the previous commit.
-- Fixes-commit: 903c5fe369bc4948718a7d2a0e19b1acdb2406c4 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
903c5fe369
commit
fb007d93de
@ -362,7 +362,7 @@ do_free (cipher_filter_context_t *cfx, iobuf_t a)
|
||||
if (DBG_FILTER)
|
||||
log_debug ("do_free: buflen=%zu\n", cfx->buflen);
|
||||
|
||||
if (cfx->chunklen)
|
||||
if (cfx->chunklen || cfx->buflen)
|
||||
{
|
||||
if (DBG_FILTER)
|
||||
log_debug ("encrypting last %zu bytes of the last chunk\n",cfx->buflen);
|
||||
|
Loading…
x
Reference in New Issue
Block a user