From a0b51ba62fa86f5faf7bbd81e0b91ba497fec05a Mon Sep 17 00:00:00 2001 From: attilio Date: Fri, 6 May 2011 22:45:33 +0000 Subject: MFC --- sys/netinet/sctp_auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netinet/sctp_auth.h') diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h index 653620d..9406ce8 100644 --- a/sys/netinet/sctp_auth.h +++ b/sys/netinet/sctp_auth.h @@ -89,7 +89,7 @@ typedef struct sctp_hmaclist { } sctp_hmaclist_t; /* authentication info */ -typedef struct sctp_authinfo { +typedef struct sctp_authinformation { sctp_key_t *random; /* local random key (concatenated) */ uint32_t random_len; /* local random number length for param */ sctp_key_t *peer_random;/* peer's random key (concatenated) */ @@ -98,7 +98,7 @@ typedef struct sctp_authinfo { uint16_t active_keyid; /* active send keyid */ uint16_t assoc_keyid; /* current send keyid (cached) */ uint16_t recv_keyid; /* last recv keyid (cached) */ -} sctp_authinfo_t; +} sctp_authinfo_t; -- cgit v1.1