diff options
Diffstat (limited to 'g10/encr-data.c')
-rw-r--r-- | g10/encr-data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/encr-data.c b/g10/encr-data.c index e2752bf36..c8a8c85db 100644 --- a/g10/encr-data.c +++ b/g10/encr-data.c @@ -148,6 +148,7 @@ decrypt_data( void *procctx, PKT_encrypted *ed, DEK *dek ) /*log_hexdump("MDC calculated:", md_read( dfx.mdc_hash, 0), datalen);*/ /*log_hexdump("MDC message :", dfx.defer, 20);*/ } + leave: cipher_close(dfx.cipher_hd); |