diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 9bd42e226..250446fe7 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -1032,8 +1032,6 @@ static int algo_available( int preftype, int algo ) { if( preftype == PREFTYPE_SYM ) { - if( algo == CIPHER_ALGO_TWOFISH ) - return 0; /* we don't want to generate Twofish messages for now*/ return algo && !check_cipher_algo( algo ); } else if( preftype == PREFTYPE_HASH ) { |