diff options
Diffstat (limited to 'g10/cipher.c')
-rw-r--r-- | g10/cipher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/cipher.c b/g10/cipher.c index c45fa1e70..3e7803649 100644 --- a/g10/cipher.c +++ b/g10/cipher.c @@ -141,7 +141,6 @@ cipher_filter( void *opaque, int control, log_error("writing MDC packet failed\n" ); } cipher_close(cfx->cipher_hd); - write_status( STATUS_END_ENCRYPTION ); } else if( control == IOBUFCTRL_DESC ) { *(char**)buf = "cipher_filter"; |