summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_uio.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2011-06-30 16:56:55 +0000
committertuexen <tuexen@FreeBSD.org>2011-06-30 16:56:55 +0000
commitdfe16c28d31c645525a5e0e55acb6dea785db786 (patch)
tree6b6bc05662ec3c2742f28a42b49a1819e6053e4e /sys/netinet/sctp_uio.h
parent2b9b009195e403f0f2fc9bf0d9eeefc2297d94b8 (diff)
downloadFreeBSD-src-dfe16c28d31c645525a5e0e55acb6dea785db786.zip
FreeBSD-src-dfe16c28d31c645525a5e0e55acb6dea785db786.tar.gz
Add the missing sca_keylength field to the sctp_authkey structure,
which is used the the SCTP_AUTH_KEY socket option. MFC after: 1 month.
Diffstat (limited to 'sys/netinet/sctp_uio.h')
-rw-r--r--sys/netinet/sctp_uio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h
index d3b186d..9b9acbf 100644
--- a/sys/netinet/sctp_uio.h
+++ b/sys/netinet/sctp_uio.h
@@ -591,6 +591,7 @@ struct sctp_authchunk {
struct sctp_authkey {
sctp_assoc_t sca_assoc_id;
uint16_t sca_keynumber;
+ uint16_t sca_keylength;
uint8_t sca_key[];
};
OpenPOWER on IntegriCloud