diff options
Diffstat (limited to 'g10/cipher-cfb.c')
-rw-r--r-- | g10/cipher-cfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cipher-cfb.c b/g10/cipher-cfb.c index 79b21bd8a..48927c558 100644 --- a/g10/cipher-cfb.c +++ b/g10/cipher-cfb.c @@ -64,7 +64,7 @@ write_header (cipher_filter_context_t *cfx, iobuf_t a) if (DBG_HASHING) gcry_md_debug (cfx->mdc_hash, "creatmdc"); } - else if (!opt.no_mdc_warn) + else { log_info ("WARNING: " "encrypting without integrity protection is dangerous\n"); |