[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Feb 16 21:51:55 UTC 2016


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


- Log -----------------------------------------------------------------
commit e159fd154362dbaa03c2aaa80e758312bd99fbab
Author: Viktor Szakats <vszakats at users.noreply.github.com>
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 <rsalz at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

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:


More information about the openssl-commits mailing list