Make the naming scheme for dispatched functions more consistent
[oweals/openssl.git] / providers / implementations / rands / crngt.c
index 2680f7b64404e073243f5ae6797ec0bbe6a4dad1..30a1a1088a3a5950180609591b6b0e8b0038f977 100644 (file)
 
 #include <string.h>
 #include <openssl/evp.h>
-#include <openssl/core_numbers.h>
+#include <openssl/core_dispatch.h>
 #include <openssl/params.h>
 #include "prov/providercommon.h"
 #include "prov/provider_ctx.h"
 #include "internal/cryptlib.h"
 #include "prov/rand_pool.h"
 #include "drbg_local.h"
-#include "seeding/seeding.h"
+#include "prov/seeding.h"
 
 typedef struct crng_test_global_st {
     unsigned char crngt_prev[EVP_MAX_MD_SIZE];