summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-03 00:19:31 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-03 00:19:31 +0000
commitb51c4d11e1d4d09a51b004856e8854a29cddc6c7 (patch)
tree4a608a6276ddeecb19bb10b64ab1cf5772c8128f /src/cipher.h
parentadded define for anytun compat (diff)
added auth algo
tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto
Diffstat (limited to 'src/cipher.h')
-rw-r--r--src/cipher.h2
1 files changed, 1 insertions, 1 deletions
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 <gcrypt.h>
#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 {