share rand_pool between libcrypto and providers
[openssl.git] / providers / implementations / rands / seeding / rand_unix.c
index 050b3e9a18772582aee9a4c9dcc1a3cd9e4d0b23..77c5d261428e3406c9d3db337c528309fd49b9c0 100644 (file)
 #include "internal/cryptlib.h"
 #include <openssl/rand.h>
 #include <openssl/crypto.h>
-#include "crypto/rand_pool.h"
+#include "prov/rand_pool.h"
 #include "crypto/rand.h"
 #include <stdio.h>
 #include "internal/dso.h"
-#include "seeding.h"
+#include "prov/seeding.h"
 
 #ifdef __linux
 # include <sys/syscall.h>