From f2766f753ef72dd1b0cfae9bd3b54b18795a49e4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Jul 2017 11:58:28 +0200 Subject: [PATCH] Fix faulty include Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3974) --- 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 689e3a34fd..0c1aa72779 100644 --- a/crypto/rand/rand_lcl.h +++ b/crypto/rand/rand_lcl.h @@ -15,7 +15,7 @@ # include # include # include -# include "include/internal/rand.h" +# include "internal/rand.h" /* we require 256 bits of randomness */ # define RANDOMNESS_NEEDED (256 / 8) -- 2.25.1