From b51c4d11e1d4d09a51b004856e8854a29cddc6c7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 3 Jan 2009 00:19:31 +0000 Subject: added auth algo tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto --- src/cipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cipher.h') diff --git a/src/cipher.h b/src/cipher.h index 58e1290..9406761 100644 --- a/src/cipher.h +++ b/src/cipher.h @@ -38,7 +38,7 @@ #include #include "key_derivation.h" -enum cipher_type_enum { unknown, null, aes_ctr }; +enum cipher_type_enum { c_unknown, c_null, c_aes_ctr }; typedef enum cipher_type_enum cipher_type_t; struct cipher_struct { -- cgit v1.2.3