Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
[oweals/openssl.git] / providers / implementations / ciphers / cipher_aria.c
index 861b28268b4364adbec165fd894e422a5f8dbb59..da864015bd331781ffcf88b1c2cc1b10a1835988 100644 (file)
@@ -10,7 +10,7 @@
 /* Dispatch functions for ARIA cipher modes ecb, cbc, ofb, cfb, ctr */
 
 #include "cipher_aria.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
 
 static OSSL_OP_cipher_freectx_fn aria_freectx;
 static OSSL_OP_cipher_dupctx_fn aria_dupctx;