Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
[oweals/openssl.git] / providers / implementations / ciphers / cipher_aria_ccm.c
index 97e8137db8423b6d4dfc988606fb72691adab0e7..e4cfc6cd8fb6a1a0a717c1cff434626f75544a83 100644 (file)
@@ -10,7 +10,7 @@
 /* Dispatch functions for ARIA CCM mode */
 
 #include "cipher_aria_ccm.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
 
 static OSSL_OP_cipher_freectx_fn aria_ccm_freectx;