Move the PROV_R reason codes to a public header
[openssl.git] / providers / implementations / rands / drbg_hmac.c
index 6311a57a9756736bed5c3dcafa02862a97a2b9d9..314243d8ab06a220aef753a1ec475228b8a40951 100644 (file)
 #include <openssl/crypto.h>
 #include <openssl/err.h>
 #include <openssl/rand.h>
+#include <openssl/proverr.h>
 #include "prov/provider_util.h"
 #include "internal/thread_once.h"
 #include "prov/providercommon.h"
-#include "prov/providercommonerr.h"
 #include "prov/implementations.h"
 #include "prov/provider_ctx.h"
 #include "drbg_local.h"