summaryrefslogtreecommitdiffstats
path: root/include/cipher.h
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 /include/cipher.h
parentstarted with keyserver (diff)
downloadgnupg2-53a578711fe65b97c14539048dc9015dc5026da8.tar.xz
gnupg2-53a578711fe65b97c14539048dc9015dc5026da8.zip
cast5 does now work
Diffstat (limited to 'include/cipher.h')
-rw-r--r--include/cipher.h1
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"