summaryrefslogtreecommitdiffstats
path: root/cipher/misc.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-04-04 22:16:55 +0200
committerWerner Koch <wk@gnupg.org>1998-04-04 22:16:55 +0200
commit53a578711fe65b97c14539048dc9015dc5026da8 (patch)
tree2d358795a9d14fd7dcfe9f7a82e32363038ea8c5 /cipher/misc.c
parentstarted with keyserver (diff)
downloadgnupg2-53a578711fe65b97c14539048dc9015dc5026da8.tar.xz
gnupg2-53a578711fe65b97c14539048dc9015dc5026da8.zip
cast5 does now work
Diffstat (limited to 'cipher/misc.c')
-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;