diff options
author | Ulf Möller <ulf@openssl.org> | 2000-03-01 18:42:06 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-03-01 18:42:06 +0100 |
commit | 99a97051d4562d4501bd38d6aeb6a0ba1ab034ea (patch) | |
tree | be8d5e95e3206d20ee675b9704c069ed68037c5a /apps/testdsa.h | |
parent | add RAND_status() to title (diff) | |
download | openssl-99a97051d4562d4501bd38d6aeb6a0ba1ab034ea.tar.xz openssl-99a97051d4562d4501bd38d6aeb6a0ba1ab034ea.zip |
pseudo-seed for the PRNG before testing DSA
Diffstat (limited to 'apps/testdsa.h')
-rw-r--r-- | apps/testdsa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/testdsa.h b/apps/testdsa.h index a322978f8c..4a453d4fbc 100644 --- a/apps/testdsa.h +++ b/apps/testdsa.h @@ -146,3 +146,5 @@ DSA *get_dsa2048() return(dsa); } +static const char rnd_seed[] = "string to make the random number generator think it has entropy"; +static int rnd_fake = 0; |