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:
parent
14281c47aa
commit
b19e93ec3d
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue