diff options
| author | Werner Koch <[email protected]> | 1998-04-04 20:16:55 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-04-04 20:16:55 +0000 |
| commit | 53a578711fe65b97c14539048dc9015dc5026da8 (patch) | |
| tree | 2d358795a9d14fd7dcfe9f7a82e32363038ea8c5 /cipher/misc.c | |
| parent | started with keyserver (diff) | |
| download | gnupg-53a578711fe65b97c14539048dc9015dc5026da8.tar.gz gnupg-53a578711fe65b97c14539048dc9015dc5026da8.zip | |
cast5 does now work
Diffstat (limited to 'cipher/misc.c')
| -rw-r--r-- | cipher/misc.c | 1 |
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; |
