SKEYID derivation based on libstrongswan

This commit is contained in:
Andreas Steffen
2009-05-05 14:28:31 +02:00
parent e868a564d9
commit 6eb9bc9bb8
22 changed files with 365 additions and 362 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
extern const u_char zero_cookie[COOKIE_SIZE]; /* guaranteed 0 */
extern void get_cookie(bool initiator, u_int8_t *cookie, int length
, const ip_address *addr);
extern void get_cookie(bool initiator, u_int8_t *cookie, int length,
ip_address *addr);
#define is_zero_cookie(cookie) all_zero((cookie), COOKIE_SIZE)