summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;