summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-07-20 10:20:47 -0400
committerRich Salz <rsalz@openssl.org>2017-07-20 10:20:47 -0400
commit63f483e10d4e04158be234ed431e9f03d707ad82 (patch)
tree879a4f23de7404b4c1ebaf4697c82db0d7874735 /crypto/init.c
parentf2766f753ef72dd1b0cfae9bd3b54b18795a49e4 (diff)
Rename internal rand.h file
Replacement fix for #3975 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3979)
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/init.c b/crypto/init.c
index a2634d9653..b7c77154b4 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -9,7 +9,7 @@
#include <internal/cryptlib_int.h>
#include <openssl/err.h>
-#include <internal/rand.h>
+#include <internal/rand_int.h>
#include <internal/bio.h>
#include <openssl/evp.h>
#include <internal/evp_int.h>