summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ah_core.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-02-05 11:05:41 +0000
committerbms <bms@FreeBSD.org>2007-02-05 11:05:41 +0000
commitdd7064368573e8216cbe8a7223b2435fa5ce302a (patch)
treefcc84484b4f52641711a2e1f9d83244c4c99c59c /sys/netinet6/ah_core.c
parentb504b0b91301a281db40c9c2c6b04c6ab0dc9441 (diff)
downloadFreeBSD-src-dd7064368573e8216cbe8a7223b2435fa5ce302a.zip
FreeBSD-src-dd7064368573e8216cbe8a7223b2435fa5ce302a.tar.gz
MFC after: 3 days
Diffstat (limited to 'sys/netinet6/ah_core.c')
-rw-r--r--sys/netinet6/ah_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ah_core.c b/sys/netinet6/ah_core.c
index da8fa69..c36a777 100644
--- a/sys/netinet6/ah_core.c
+++ b/sys/netinet6/ah_core.c
@@ -188,7 +188,7 @@ static const struct ah_algorithm ah_algorithms[] = {
"aes-xcbc-mac",
ah_aes_xcbc_mac_init, ah_aes_xcbc_mac_loop,
ah_aes_xcbc_mac_result, },
- { ah_sumsiz_1216, ah_none_mature, 1, 80, /* TCP_KEYLEN_MIN/MAX */
+ { ah_sumsiz_1216, ah_none_mature, 8, 640, /* bits (RFC 2385) */
"TCP-MD5",
ah_none_init, ah_none_loop,
ah_none_result, },
OpenPOWER on IntegriCloud