oops, correct wrong change in previous commit.

This commit is contained in:
Hajimu UMEMOTO 2003-11-15 06:16:36 +00:00
parent b88ca5c03e
commit c36bc21aa3

View file

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