Move the PROV_R reason codes to a public header
[openssl.git] / providers / implementations / signature / ecdsa.c
index e8e8e8d143ff2aa0c288064ba8c744532af5209a..ed21ac79c3572b37d1f4c291cf20bb28944429e5 100644 (file)
 #include <openssl/params.h>
 #include <openssl/evp.h>
 #include <openssl/err.h>
+#include <openssl/proverr.h>
 #include "internal/nelem.h"
 #include "internal/sizes.h"
 #include "internal/cryptlib.h"
 #include "prov/providercommon.h"
-#include "prov/providercommonerr.h"
 #include "prov/implementations.h"
 #include "prov/provider_ctx.h"
 #include "prov/securitycheck.h"