diff options
Diffstat (limited to 'src/pluto/constants.c')
-rw-r--r-- | src/pluto/constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/constants.c b/src/pluto/constants.c index a8985be8f..810d76bcb 100644 --- a/src/pluto/constants.c +++ b/src/pluto/constants.c @@ -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]; |