diff options
-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 fcca11b..e092424 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)); |