DRBG: weaken the restriction on allowed digests.
[openssl.git] / crypto / rand / rand_lib.c
index b70b60a6508ddcc4c4c893b3420077267af4390e..3508cfb25c5fa3758e845c0b2e022c94c3751dbf 100644 (file)
 #include <time.h>
 #include "internal/cryptlib.h"
 #include <openssl/opensslconf.h>
-#include "internal/rand_int.h"
+#include "crypto/rand.h"
 #include <openssl/engine.h>
 #include "internal/thread_once.h"
-#include "rand_lcl.h"
+#include "rand_local.h"
 #include "e_os.h"
 
 #ifndef FIPS_MODE