From e159fd154362dbaa03c2aaa80e758312bd99fbab Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 16 Feb 2016 03:31:12 +0100 Subject: [PATCH] md_rand: FAQ URL to use https and follow a redirect Signed-off-by: Rich Salz Reviewed-by: Matt Caswell --- crypto/rand/md_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c index 7a7e16b18a..c7be2783da 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: -- GitLab