summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_camellia.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-12-19 13:33:35 +0100
committerRichard Levitte <levitte@openssl.org>2019-12-19 13:33:35 +0100
commitcc731bc3f66701cad1de07dfc9ba64d0fc709d45 (patch)
tree89aeeb8c6683e53028d624f6da7dbe9b5adfbbe6 /crypto/evp/e_camellia.c
parentc0d47492a77e67ce49cf3c538bdaf82ca90367cb (diff)
EVP & PROV: Fix all platform inclusions
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10662)
Diffstat (limited to 'crypto/evp/e_camellia.c')
-rw-r--r--crypto/evp/e_camellia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_camellia.c b/crypto/evp/e_camellia.c
index 50febca9bc..1c75c3a4c0 100644
--- a/crypto/evp/e_camellia.c
+++ b/crypto/evp/e_camellia.c
@@ -19,7 +19,7 @@ NON_EMPTY_TRANSLATION_UNIT
# include <openssl/camellia.h>
# include "crypto/evp.h"
# include "crypto/modes.h"
-# include "crypto/ciphermode_platform.h"
+# include "crypto/cmll_platform.h"
static int camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
const unsigned char *iv, int enc);