Move the PROV_R reason codes to a public header
[openssl.git] / providers / implementations / kdfs / hkdf.c
index a985c8544014a8ee7f4640bdf8a13e02ac8ec75d..5fa24b93e304ff48a90a03f0a8b1f2a205b21435 100644 (file)
 #include <openssl/evp.h>
 #include <openssl/kdf.h>
 #include <openssl/core_names.h>
+#include <openssl/proverr.h>
 #include "internal/cryptlib.h"
 #include "internal/numbers.h"
 #include "crypto/evp.h"
 #include "prov/provider_ctx.h"
 #include "prov/providercommon.h"
-#include "prov/providercommonerr.h"
 #include "prov/implementations.h"
 #include "prov/provider_util.h"
 #include "e_os.h"