commit | 99a97051d4562d4501bd38d6aeb6a0ba1ab034ea | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Wed Mar 01 17:42:06 2000 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Wed Mar 01 17:42:06 2000 +0000 |
tree | be8d5e95e3206d20ee675b9704c069ed68037c5a | |
parent | 410243f197e2ec0d159058f60775dbe7a8edcabb [diff] [blame] |
pseudo-seed for the PRNG before testing DSA
diff --git a/apps/testdsa.h b/apps/testdsa.h index a322978..4a453d4 100644 --- a/apps/testdsa.h +++ b/apps/testdsa.h
@@ -146,3 +146,5 @@ return(dsa); } +static const char rnd_seed[] = "string to make the random number generator think it has entropy"; +static int rnd_fake = 0;