]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/macs/poly1305_prov.c
Move the PROV_R reason codes to a public header
[thirdparty/openssl.git] / providers / implementations / macs / poly1305_prov.c
index a3bc47253cfb8b0f9dfd11112748a86547f2d8e8..b029dfefd4da87302d2b55fccbad46c105cfa3d0 100644 (file)
 #include <openssl/params.h>
 #include <openssl/evp.h>
 #include <openssl/err.h>
+#include <openssl/proverr.h>
 
 #include "crypto/poly1305.h"
 
-#include "prov/providercommonerr.h"
 #include "prov/implementations.h"
 #include "prov/providercommon.h"