From: Richard Levitte Date: Thu, 20 Jul 2017 09:58:28 +0000 (+0200) Subject: Fix faulty include X-Git-Tag: OpenSSL_1_1_1-pre1~1007 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f2766f753ef72dd1b0cfae9bd3b54b18795a49e4;p=oweals%2Fopenssl.git Fix faulty include Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3974) --- 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)