Fix faulty include
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Jul 2017 09:58:28 +0000 (11:58 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Jul 2017 09:58:28 +0000 (11:58 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3974)

crypto/rand/rand_lcl.h

index 689e3a34fd00575f7a8da448f071f944c1e56ddb..0c1aa72779f6c4afa41346b8ab83d39c5988fa49 100644 (file)
@@ -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)