#include <openssl/evp.h>
#include "crypto/rand.h"
#include <openssl/proverr.h>
-#include "drbg_local.h"
+#include "prov/drbg.h"
#include "internal/thread_once.h"
#include "crypto/cryptlib.h"
#include "prov/seeding.h"
#include "prov/implementations.h"
#include "prov/providercommon.h"
#include "prov/provider_ctx.h"
-#include "drbg_local.h"
+#include "prov/drbg.h"
#include "crypto/evp.h"
#include "crypto/evp/evp_local.h"
#include "internal/provider.h"
#include "prov/provider_ctx.h"
#include "prov/provider_util.h"
#include "prov/implementations.h"
-#include "drbg_local.h"
+#include "prov/drbg.h"
#include "crypto/evp.h"
#include "crypto/evp/evp_local.h"
#include "internal/provider.h"
#include "prov/implementations.h"
#include "prov/provider_ctx.h"
#include "prov/hmac_drbg.h"
-#include "drbg_local.h"
+#include "prov/drbg.h"
#include "crypto/evp.h"
#include "crypto/evp/evp_local.h"
#include "internal/provider.h"
#include "../crypto/rand/rand_local.h"
#include "../include/crypto/rand.h"
#include "../include/crypto/evp.h"
-#include "../providers/implementations/rands/drbg_local.h"
+#include "../providers/implementations/include/prov/drbg.h"
#include "../crypto/evp/evp_local.h"
#if defined(_WIN32)