aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-09-18 15:24:53 +0000
committerWerner Koch <[email protected]>1998-09-18 15:24:53 +0000
commitb4aeef458c51b9debd394592e76b93cc6b00e0a2 (patch)
treee87818f5c15e12189f5fc054faf6d09e07e3d120 /g10/pkclist.c
parentMichael Roth has released is des impl. (diff)
downloadgnupg-b4aeef458c51b9debd394592e76b93cc6b00e0a2.tar.gz
gnupg-b4aeef458c51b9debd394592e76b93cc6b00e0a2.zip
.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index b4d79f281..4f52eebb7 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -599,13 +599,6 @@ select_algo_from_prefs( PK_LIST pk_list, int preftype )
i = 1; /* yep; we can use compression algo 1 */
}
- if( preftype == PREFTYPE_SYM && i == CIPHER_ALGO_3DES ) {
- i = CIPHER_ALGO_CAST5;
- if( opt.verbose )
- log_info("replacing 3DES by CAST5\n");
- }
-
-
m_free(pref);
return i;
}