diff options
author | Richard Levitte <levitte@openssl.org> | 2019-10-04 15:20:48 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-10-10 14:12:15 +0200 |
commit | af3e7e1bccbed8e3b958488a07daf5a8f4115fa9 (patch) | |
tree | 4390b5c181c0777cfb068f69adf6fbb0e221ca92 /providers/implementations/ciphers/cipher_blowfish.c | |
parent | Providers: move all ciphers (diff) | |
download | openssl-af3e7e1bccbed8e3b958488a07daf5a8f4115fa9.tar.xz openssl-af3e7e1bccbed8e3b958488a07daf5a8f4115fa9.zip |
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 <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10088)
Diffstat (limited to 'providers/implementations/ciphers/cipher_blowfish.c')
-rw-r--r-- | providers/implementations/ciphers/cipher_blowfish.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |