From: Viktor Szakats Date: Tue, 16 Feb 2016 02:31:12 +0000 (+0100) Subject: md_rand: FAQ URL to use https and follow a redirect X-Git-Tag: OpenSSL_1_1_0-pre4~648 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e159fd154362dbaa03c2aaa80e758312bd99fbab;p=thirdparty%2Fopenssl.git md_rand: FAQ URL to use https and follow a redirect Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c index 7a7e16b18ae..c7be2783da4 100644 --- a/crypto/rand/md_rand.c +++ b/crypto/rand/md_rand.c @@ -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: