summaryrefslogtreecommitdiffstats
path: root/src/handshake.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-20 20:18:26 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-20 20:18:26 +0200
commit004ae15c55b58996d3f4baf0ca14a1c41ab6ce57 (patch)
tree5f8660dc033e3dafe6f720ba166b710dca337d9a /src/handshake.h
parent115de59c3222719497a21b2fe30e2ef9c1573eff (diff)
downloadfastd-004ae15c55b58996d3f4baf0ca14a1c41ab6ce57.tar
fastd-004ae15c55b58996d3f4baf0ca14a1c41ab6ce57.zip
Don't print fastd version from handshake requests when secure handshakes are set, instead print it on handshake finish
Diffstat (limited to 'src/handshake.h')
-rw-r--r--src/handshake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handshake.h b/src/handshake.h
index ea4ec73..0faccba 100644
--- a/src/handshake.h
+++ b/src/handshake.h
@@ -71,6 +71,7 @@ typedef struct fastd_handshake_record {
struct fastd_handshake {
uint8_t type;
+ const char *peer_version;
fastd_handshake_record_t records[RECORD_MAX];
uint16_t tlv_len;
void *tlv_data;