aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/misc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/misc.c b/cipher/misc.c
index ad937fcfe..d251955ee 100644
--- a/cipher/misc.c
+++ b/cipher/misc.c
@@ -162,6 +162,7 @@ check_cipher_algo( int algo )
switch( algo ) {
case CIPHER_ALGO_BLOWFISH128:
case CIPHER_ALGO_BLOWFISH:
+ case CIPHER_ALGO_CAST:
return 0;
default:
return G10ERR_CIPHER_ALGO;