Cleanup: move providers/common/include/internal/provider_args.h
[openssl.git] / providers / implementations / ciphers / cipher_seed.c
index 397671dd067cc62a06f35b3f8f40112c5f58538f..ee90669fdaec2addd0dfecfff3cf9131d7438c12 100644 (file)
@@ -10,7 +10,7 @@
 /* Dispatch functions for Seed cipher modes ecb, cbc, ofb, cfb */
 
 #include "cipher_seed.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
 
 static OSSL_OP_cipher_freectx_fn seed_freectx;
 static OSSL_OP_cipher_dupctx_fn seed_dupctx;