diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/apps/testdsa.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/apps/testdsa.h b/lib/libssl/src/apps/testdsa.h index 9e84e31c939..d3ac4f9ef8f 100644 --- a/lib/libssl/src/apps/testdsa.h +++ b/lib/libssl/src/apps/testdsa.h @@ -212,6 +212,3 @@ DSA *get_dsa2048() return(NULL); return(dsa); } - -static const char rnd_seed[] = "string to make the random number generator think it has entropy"; -static int rnd_fake = 0; |