use hash size constants from hasher.h

This commit is contained in:
Andreas Steffen
2009-05-07 10:10:42 +02:00
parent 38a7792d8a
commit c08ae816a2
5 changed files with 16 additions and 26 deletions
+1 -1
View File
@@ -1364,6 +1364,6 @@ void init_constants(void)
happy(initsubnet(&ipv6_any, 0, '0', &ipv6_all));
}
u_char secret_of_the_day[SHA1_DIGEST_SIZE];
u_char secret_of_the_day[HASH_SIZE_SHA1];