summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-17 02:21:15 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-17 02:21:15 +0000
commit48c8f26ea6720972ff77fd2360f76050f7a52979 (patch)
treee643822ae8f7f1deabcbf12926a8ce4bb3261312
parentfixed endianess error at new label (diff)
fixed label salt error
-rw-r--r--src/key_derivation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/key_derivation.h b/src/key_derivation.h
index 91345ce..94f5d09 100644
--- a/src/key_derivation.h
+++ b/src/key_derivation.h
@@ -45,8 +45,8 @@
#define LABEL_ENC 0
#define LABEL_AUTH 1
-#define LABEL_SALT 3
-#define LABEL_NIL 4
+#define LABEL_SALT 2
+#define LABEL_NIL 3
#define LABEL_LEFT_ENC 0xDEADBEEF
#define LABEL_RIGHT_ENC 0xDEAE0010