typo
This commit is contained in:
parent
ef643cc7bd
commit
9f10e9293b
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ static void rand_hw_seed(EVP_MD_CTX *ctx)
|
|||
rnd = OPENSSL_ia32_rdrand();
|
||||
if (rnd == 0)
|
||||
return;
|
||||
MD_Update(ctx, (unsigned char *)rnd, sizeof(size_t));
|
||||
MD_Update(ctx, (unsigned char *)&rnd, sizeof(size_t));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue