Change the name of an internal structure, since the name

is used by a structure of the (new) SCTP API.

MFC after: 1 week.
This commit is contained in:
Michael Tuexen 2011-05-06 20:40:33 +00:00
parent 26b8066bce
commit 936fc35bb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221549

View File

@ -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;