From 1ece02aa54afb9a0e51e916098373beda317f070 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 9 Jun 1998 15:14:06 +0000 Subject: Sicherung --- include/cipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cipher.h') diff --git a/include/cipher.h b/include/cipher.h index a9349c2f6..502825553 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -40,7 +40,7 @@ #define CIPHER_ALGO_NONE 0 #define CIPHER_ALGO_IDEA 1 #define CIPHER_ALGO_3DES 2 -#define CIPHER_ALGO_CAST 3 +#define CIPHER_ALGO_CAST5 3 #define CIPHER_ALGO_BLOWFISH 4 /* blowfish 128 bit key */ #define CIPHER_ALGO_SAFER_SK128 5 #define CIPHER_ALGO_DES_SK 6 -- cgit