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:
parent
0f10fea8da
commit
8f45e56ad9
21 changed files with 501 additions and 449 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue