rand_unix.c: correct include guard comments
[openssl.git] / crypto / rand / drbg_hash.c
index 6bef917e0f206d7ee14eb591d04acce1d0793fa5..72068c67c00794a6a827d49d96239d48ca9cc10b 100644 (file)
@@ -14,8 +14,8 @@
 #include <openssl/err.h>
 #include <openssl/rand.h>
 #include "internal/thread_once.h"
-#include "internal/providercommon.h"
-#include "rand_lcl.h"
+#include "prov/providercommon.h"
+#include "rand_local.h"
 
 /* 440 bits from SP800-90Ar1 10.1 table 2 */
 #define HASH_PRNG_SMALL_SEEDLEN   (440/8)