提交 9f10e929 编写于 作者: D Dr. Stephen Henson

typo

上级 ef643cc7
......@@ -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));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册