summaryrefslogtreecommitdiff
path: root/src/key_derivation.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-17 00:04:19 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-17 00:04:19 +0000
commit1e82eb471a90291cedd3d8039cf9e40b96733088 (patch)
tree39adab092bbcde4f79f519510ee85a69059f1e0c /src/key_derivation.h
parentremoved role symmetric (useless) (diff)
fixed endianess error at new label
Diffstat (limited to 'src/key_derivation.h')
-rw-r--r--src/key_derivation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/key_derivation.h b/src/key_derivation.h
index d2fafea..91345ce 100644
--- a/src/key_derivation.h
+++ b/src/key_derivation.h
@@ -55,8 +55,6 @@
#define LABEL_LEFT_AUTH 0xE0000683
#define LABEL_RIGHT_AUTH 0xE001B97C
-typedef u_int32_t satp_prf_label_t;
-
enum key_derivation_type_enum { kd_unknown, kd_null, kd_aes_ctr };
typedef enum key_derivation_type_enum key_derivation_type_t;
enum key_derivation_dir_enum { kd_inbound, kd_outbound };