1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

See ChangeLog: Fri Sep 15 18:40:36 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-09-15 16:40:24 +00:00
parent 0f10fea8da
commit 8f45e56ad9
21 changed files with 501 additions and 449 deletions

View file

@ -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 ) {