The branch master has been updated
       via  e159fd154362dbaa03c2aaa80e758312bd99fbab (commit)
      from  73b6924ed7c1b502b13c554321156763497dfad3 (commit)


- Log -----------------------------------------------------------------
commit e159fd154362dbaa03c2aaa80e758312bd99fbab
Author: Viktor Szakats <[email protected]>
Date:   Tue Feb 16 03:31:12 2016 +0100

    md_rand: FAQ URL to use https and follow a redirect
    
    Signed-off-by: Rich Salz <[email protected]>
    Reviewed-by: Matt Caswell <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 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 7a7e16b..c7be278 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:
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to