From 725eafb3d384449f152a9feecf5d7953acda0ad6 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Thu, 13 Dec 2007 13:03:29 +0000 Subject: more generic code in anytun.cpp --- keyDerivation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyDerivation.h') 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; -- cgit v1.2.3