aboutsummaryrefslogtreecommitdiffstats
path: root/g10/encr-data.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/encr-data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/encr-data.c b/g10/encr-data.c
index aed1890a6..43e48a96d 100644
--- a/g10/encr-data.c
+++ b/g10/encr-data.c
@@ -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 */