Cleanup: move providers/common/include/internal/provider_args.h
[openssl.git] / providers / implementations / macs / siphash_prov.c
index a9511925f0e2a675ae70b42d9962c71b41d9ee32..190187d690ca46542ecfcfbcf32b9f61749d7ba0 100644 (file)
@@ -23,7 +23,7 @@
 #include "../../../crypto/siphash/siphash_local.h"
 
 #include "internal/providercommonerr.h"
-#include "internal/provider_algs.h"
+#include "prov/implementations.h"
 
 /*
  * Forward declaration of everything implemented here.  This is not strictly