Move the PROV_R reason codes to a public header
[openssl.git] / providers / implementations / ciphers / cipher_chacha20.c
index b2fe1b1957b199db4b593910a4e2d29f44e9c8f4..c4042c1b39f43b3ab49cc55ea5d0384bc0aafc8f 100644 (file)
@@ -9,10 +9,10 @@
 
 /* Dispatch functions for chacha20 cipher */
 
+#include <openssl/proverr.h>
 #include "cipher_chacha20.h"
 #include "prov/implementations.h"
 #include "prov/providercommon.h"
-#include "prov/providercommonerr.h"
 
 #define CHACHA20_KEYLEN (CHACHA_KEY_SIZE)
 #define CHACHA20_BLKLEN (1)