summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/include/internal/rand_int.h (renamed from crypto/include/internal/rand.h)0
-rw-r--r--crypto/init.c2
-rw-r--r--crypto/rand/rand_lib.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/crypto/include/internal/rand.h b/crypto/include/internal/rand_int.h
index 30887c4a7c..30887c4a7c 100644
--- a/crypto/include/internal/rand.h
+++ b/crypto/include/internal/rand_int.h
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>
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"