diff options
author | Werner Koch <wk@gnupg.org> | 1998-04-04 22:16:55 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-04-04 22:16:55 +0200 |
commit | 53a578711fe65b97c14539048dc9015dc5026da8 (patch) | |
tree | 2d358795a9d14fd7dcfe9f7a82e32363038ea8c5 /include/cipher.h | |
parent | started with keyserver (diff) | |
download | gnupg2-53a578711fe65b97c14539048dc9015dc5026da8.tar.xz gnupg2-53a578711fe65b97c14539048dc9015dc5026da8.zip |
cast5 does now work
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h index 9987fdec9..6135929cf 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -33,6 +33,7 @@ #include "../cipher/rsa.h" #endif #include "../cipher/blowfish.h" +#include "../cipher/cast5.h" #include "../cipher/elgamal.h" #include "../cipher/dsa.h" #include "../cipher/random.h" |