aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/encode.c')
-rw-r--r--g10/encode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/encode.c b/g10/encode.c
index ad93a3aaf..ccdbb0f87 100644
--- a/g10/encode.c
+++ b/g10/encode.c
@@ -219,6 +219,10 @@ encode_simple( const char *filename, int mode, int use_seskey )
m_free( cfx.dek ); cfx.dek = dek;
}
+ if(opt.verbose)
+ log_info(_("using cipher %s\n"),
+ cipher_algo_to_string(cfx.dek->algo));
+
cfx.dek->use_mdc=use_mdc(NULL,cfx.dek->algo);
}