From af3e7e1bccbed8e3b958488a07daf5a8f4115fa9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 4 Oct 2019 15:20:48 +0200 Subject: Cleanup: move providers/common/include/internal/provider_args.h New name is providers/implementations/include/prov/implementations.h All inclusions are adapted accordingly. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10088) --- providers/implementations/ciphers/cipher_blowfish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'providers/implementations/ciphers/cipher_blowfish.c') diff --git a/providers/implementations/ciphers/cipher_blowfish.c b/providers/implementations/ciphers/cipher_blowfish.c index 4730f1fd40..786cc15189 100644 --- a/providers/implementations/ciphers/cipher_blowfish.c +++ b/providers/implementations/ciphers/cipher_blowfish.c @@ -10,7 +10,7 @@ /* Dispatch functions for Blowfish cipher modes ecb, cbc, ofb, cfb */ #include "cipher_blowfish.h" -#include "internal/provider_algs.h" +#include "prov/implementations.h" #define BF_FLAGS (EVP_CIPH_VARIABLE_LENGTH) -- cgit v1.2.3