summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-07-20 11:58:28 +0200
committerRichard Levitte <levitte@openssl.org>2017-07-20 11:58:28 +0200
commitf2766f753ef72dd1b0cfae9bd3b54b18795a49e4 (patch)
tree096442748bebb7ab2ef1da5faa764dbe269130d5 /crypto
parent4c75ee858893dee3c978ff2295fb5ef106797574 (diff)
Fix faulty include
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3974)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/rand/rand_lcl.h2
1 files changed, 1 insertions, 1 deletions
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 <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)