From a02fb0711ba496877c111b118b78d404151a8b8d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 26 Mar 2012 03:06:03 +0200 Subject: Initial implementation of the FHMQV-C handshake --- src/peer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peer.h') diff --git a/src/peer.h b/src/peer.h index 8b3b3ac..cd27833 100644 --- a/src/peer.h +++ b/src/peer.h @@ -49,7 +49,7 @@ struct _fastd_peer { struct timespec seen; - void *protocol_private; + fastd_protocol_peer_state *protocol_state; }; struct _fastd_peer_config { -- cgit v1.2.3