From 02890eedd8d5dec863f17933d9879382d407278f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 9 Feb 2009 11:09:57 +0000 Subject: Fix bug#998. --- sm/gpgsm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sm') diff --git a/sm/gpgsm.c b/sm/gpgsm.c index dd9788b79..94826ce79 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -893,7 +893,7 @@ main ( int argc, char **argv) /* Note: If you change this default cipher algorithm , please remember to update the Gpgconflist entry as well. */ - opt.def_cipher_algoid = "AES"; /*des-EDE3-CBC*/ + opt.def_cipher_algoid = "3DES"; /*des-EDE3-CBC*/ opt.homedir = default_homedir (); @@ -1607,7 +1607,7 @@ main ( int argc, char **argv) #ifndef HAVE_W32_SYSTEM printf ("prefer-system-dirmngr:%lu:\n", GC_OPT_FLAG_NONE); #endif - printf ("cipher-algo:%lu:\"AES:\n", GC_OPT_FLAG_DEFAULT); + printf ("cipher-algo:%lu:\"3DES:\n", GC_OPT_FLAG_DEFAULT); printf ("p12-charset:%lu:\n", GC_OPT_FLAG_DEFAULT); printf ("default-key:%lu:\n", GC_OPT_FLAG_DEFAULT); printf ("encrypt-to:%lu:\n", GC_OPT_FLAG_DEFAULT); -- cgit v1.2.3