Cleanup: move providers/common/include/internal/provider_args.h
[oweals/openssl.git] / providers / implementations / ciphers / cipher_rc5.c
index 645a6b8b64542f986e73fbc706ba9ece6a42dba4..68a3cfa3233987d92a39400e2a0b5705315c32a9 100644 (file)
@@ -10,7 +10,7 @@
 /* Dispatch functions for RC5 cipher modes ecb, cbc, ofb, cfb */
 
 #include "cipher_rc5.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
 #include "internal/providercommonerr.h"
 
 static OSSL_OP_cipher_freectx_fn rc5_freectx;