summaryrefslogtreecommitdiff
path: root/keyDerivation.h
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-12-13 13:03:29 +0000
committerErwin Nindl <nine@wirdorange.org>2007-12-13 13:03:29 +0000
commit725eafb3d384449f152a9feecf5d7953acda0ad6 (patch)
treebfbdfe39145396f907d76fad311b272672dcf697 /keyDerivation.h
parentactivated sync (diff)
more generic code in anytun.cpp
Diffstat (limited to 'keyDerivation.h')
-rw-r--r--keyDerivation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyDerivation.h b/keyDerivation.h
index d8b9017..56ca748 100644
--- a/keyDerivation.h
+++ b/keyDerivation.h
@@ -42,9 +42,9 @@
typedef enum {
- label_satp_encryption = 0x00,
- label_satp_msg_auth = 0x01,
- label_satp_salt = 0x02,
+ LABEL_SATP_ENCRYPTION = 0x00,
+ LABEL_SATP_MSG_AUTH = 0x01,
+ LABEL_SATP_SALT = 0x02,
} satp_prf_label;