summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2017-04-12 14:43:02 +1000
committerMatt Caswell <matt@openssl.org>2017-04-12 10:07:32 +0100
commitb19e93ec3d3fc569e58b442a355cc761eda14e96 (patch)
treeaa14b300194b61feb9f346c26c086c9234a3a060
parent14281c47aa0dae47bf0e3c233bb500fc32dc51bb (diff)
Remove seed completely...
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3179)
-rw-r--r--test/rsa_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/rsa_test.c b/test/rsa_test.c
index d441a1d32f..ea10c8e260 100644
--- a/test/rsa_test.c
+++ b/test/rsa_test.c
@@ -220,9 +220,6 @@ static int pad_unknown(void)
return (0);
}
-static const char rnd_seed[] =
- "string to make the random number generator think it has entropy";
-
static int rsa_setkey(RSA** key, unsigned char* ctext, int idx)
{
int clen = 0;