mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
patchlevel 2
This commit is contained in:
parent
cf783fe54c
commit
762d3d7197
24 changed files with 475 additions and 81 deletions
|
@ -51,7 +51,8 @@ decrypt_data( PKT_encrypted *ed, DEK *dek )
|
|||
byte temp[16];
|
||||
|
||||
|
||||
if( dek->algo != CIPHER_ALGO_BLOWFISH )
|
||||
if( dek->algo != CIPHER_ALGO_BLOWFISH
|
||||
&& dek->algo != CIPHER_ALGO_BLOWFISH128 )
|
||||
return G10ERR_CIPHER_ALGO;
|
||||
if( ed->len && ed->len < 10 )
|
||||
log_bug("Nanu\n"); /* oops: found a bug */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue