summaryrefslogtreecommitdiff
path: root/src/key_derivation.h
diff options
context:
space:
mode:
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 };