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)
This commit is contained in:
Jon Spillett 2017-04-12 14:43:02 +10:00 committed by Matt Caswell
parent 14281c47aa
commit b19e93ec3d

View file

@ -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;