]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_camellia.c
Add Common shared code needed to move aes ciphers to providers
[thirdparty/openssl.git] / crypto / evp / e_camellia.c
index e018ba48f35ec28cabc8124008fbd8b4520c3da4..9def167bfa25461e3b7035db1432392b2a98b4a9 100644 (file)
@@ -18,7 +18,7 @@ NON_EMPTY_TRANSLATION_UNIT
 # include <assert.h>
 # include <openssl/camellia.h>
 # include "internal/evp_int.h"
-# include "modes_lcl.h"
+# include "internal/modes_int.h"
 
 static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
                              const unsigned char *iv, int enc);