md_rand: FAQ URL to use https and follow a redirect

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Viktor Szakats 2016-02-16 03:31:12 +01:00 committed by Rich Salz
parent 73b6924ed7
commit e159fd1543

View file

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