summaryrefslogtreecommitdiffstats
path: root/src/handshake.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-19 18:09:44 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-19 18:09:44 +0200
commite4afa048704f2db3ff1e0e5e3a5fe27b334fcdd5 (patch)
tree0d21ef74f37703bba3e4a7bcc68a7ed285b6ee80 /src/handshake.h
parent18a3a6468ede6463a7ca2582ca1199af37099eb4 (diff)
downloadfastd-e4afa048704f2db3ff1e0e5e3a5fe27b334fcdd5.tar
fastd-e4afa048704f2db3ff1e0e5e3a5fe27b334fcdd5.zip
Rename RECORD_HANDSHAKE_MAC to RECORD_TLV_MAC
Diffstat (limited to 'src/handshake.h')
-rw-r--r--src/handshake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake.h b/src/handshake.h
index c25d427..5abd0e3 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -46,7 +46,7 @@ typedef enum fastd_handshake_record_type {
RECORD_METHOD_NAME,
RECORD_VERSION_NAME,
RECORD_METHOD_LIST,
- RECORD_HANDSHAKE_MAC,
+ RECORD_TLV_MAC,
RECORD_MAX,
} fastd_handshake_record_type_t;