From: Jon Spillett Date: Wed, 12 Apr 2017 04:43:02 +0000 (+1000) Subject: Remove seed completely... X-Git-Tag: OpenSSL_1_1_1-pre1~1799 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b19e93ec3d3fc569e58b442a355cc761eda14e96;p=oweals%2Fopenssl.git Remove seed completely... Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3179) --- 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;