summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/krb/t_fortuna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/t_fortuna.c b/src/lib/crypto/krb/t_fortuna.c
index 561e99009..5931eb7e6 100644
--- a/src/lib/crypto/krb/t_fortuna.c
+++ b/src/lib/crypto/krb/t_fortuna.c
@@ -116,7 +116,7 @@ main(int argc, char **argv)
{
struct fortuna_state test_state;
struct fortuna_state *st = &test_state;
- unsigned char buf[2 * 1024 * 1024];
+ static unsigned char buf[2 * 1024 * 1024];
unsigned int i;
/* Seed the generator with a known state. */