[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Jul 20 10:06:40 UTC 2017


The branch master has been updated
       via  f2766f753ef72dd1b0cfae9bd3b54b18795a49e4 (commit)
      from  4c75ee858893dee3c978ff2295fb5ef106797574 (commit)


- Log -----------------------------------------------------------------
commit f2766f753ef72dd1b0cfae9bd3b54b18795a49e4
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Jul 20 11:58:28 2017 +0200

    Fix faulty include
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3974)

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

Summary of changes:
 crypto/rand/rand_lcl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h
index 689e3a3..0c1aa72 100644
--- a/crypto/rand/rand_lcl.h
+++ b/crypto/rand/rand_lcl.h
@@ -15,7 +15,7 @@
 # include <openssl/sha.h>
 # include <openssl/hmac.h>
 # include <openssl/ec.h>
-# include "include/internal/rand.h"
+# include "internal/rand.h"
 
 /* we require 256 bits of randomness */
 # define RANDOMNESS_NEEDED (256 / 8)


More information about the openssl-commits mailing list