提交 e159fd15 编写于 作者: V Viktor Szakats 提交者: Rich Salz

md_rand: FAQ URL to use https and follow a redirect

Signed-off-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 73b6924e
......@@ -596,7 +596,7 @@ static int rand_bytes(unsigned char *buf, int num, int pseudo)
else {
RANDerr(RAND_F_RAND_BYTES, RAND_R_PRNG_NOT_SEEDED);
ERR_add_error_data(1, "You need to read the OpenSSL FAQ, "
"http://www.openssl.org/support/faq.html");
"https://www.openssl.org/docs/faq.html");
return (0);
}
err:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册