The branch master has been updated
via f2766f753ef72dd1b0cfae9bd3b54b18795a49e4 (commit)
from 4c75ee858893dee3c978ff2295fb5ef106797574 (commit)
- Log -----------------------------------------------------------------
commit f2766f753ef72dd1b0cfae9bd3b54b18795a49e4
Author: Richard Levitte <[email protected]>
Date: Thu Jul 20 11:58:28 2017 +0200
Fix faulty include
Reviewed-by: Rich Salz <[email protected]>
(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)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits