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/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 2f6b36a..9e6e668 100644 --- a/src/types.h +++ b/src/types.h @@ -68,4 +68,8 @@ typedef struct _fastd_context fastd_context; typedef struct _fastd_protocol fastd_protocol; +/* May be defined by the protocol however it likes */ +typedef struct _fastd_protocol_context fastd_protocol_context; +typedef struct _fastd_protocol_peer_state fastd_protocol_peer_state; + #endif /* _FASTD_TYPES_H_ */ -- cgit v1.2.3