diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-11-15 06:16:36 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-11-15 06:16:36 +0000 |
| commit | c36bc21aa342d92b59b2b272d5bfd01f877cc205 (patch) | |
| tree | 4b747c72e6799074f2f8d9777cf4f81cc72d10dc /sys | |
| parent | b88ca5c03e2057c6ccb11a27e8ee21a31d27b0a3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet6/ah.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/ah.h b/sys/netinet6/ah.h index fcca11b4cb754..e09242408c960 100644 --- a/sys/netinet6/ah.h +++ b/sys/netinet6/ah.h @@ -78,7 +78,6 @@ struct ah_algorithm { }; #define AH_MAXSUMSIZE (512 / 8) -#define AH_MAXSUMSIZE 16 extern const struct ah_algorithm *ah_algorithm_lookup __P((int)); |
