summaryrefslogtreecommitdiffstats
path: root/crypto/rand
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/rand
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/rand')
-rw-r--r--crypto/rand/rand_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c
index c021486c9f..3168d84b47 100644
--- a/crypto/rand/rand_lib.c
+++ b/crypto/rand/rand_lib.c
@@ -11,7 +11,7 @@
#include <time.h>
#include "internal/cryptlib.h"
#include <openssl/opensslconf.h>
-#include "internal/rand.h"
+#include "internal/rand_int.h"
#include <openssl/engine.h>
#include "internal/thread_once.h"
#include "rand_lcl.h"