diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-26 03:06:03 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-26 03:06:03 +0200 |
commit | a02fb0711ba496877c111b118b78d404151a8b8d (patch) | |
tree | 7537bd38a88e0f46751f93871bb44f66829d23af /src/peer.h | |
parent | 44742f8aadb7a8a969f11d9b1d50c8be2573a576 (diff) | |
download | fastd-a02fb0711ba496877c111b118b78d404151a8b8d.tar fastd-a02fb0711ba496877c111b118b78d404151a8b8d.zip |
Initial implementation of the FHMQV-C handshake
Diffstat (limited to 'src/peer.h')
-rw-r--r-- | src/peer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ struct _fastd_peer { struct timespec seen; - void *protocol_private; + fastd_protocol_peer_state *protocol_state; }; struct _fastd_peer_config { |