aboutsummaryrefslogtreecommitdiff
path: root/crypto/camellia/cmll_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/camellia/cmll_ecb.c')
-rw-r--r--crypto/camellia/cmll_ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/camellia/cmll_ecb.c b/crypto/camellia/cmll_ecb.c
index 86ffbd51e6c2..fddf7c7837e8 100644
--- a/crypto/camellia/cmll_ecb.c
+++ b/crypto/camellia/cmll_ecb.c
@@ -17,7 +17,7 @@
#include "cmll_local.h"
void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out,
- const CAMELLIA_KEY *key, const int enc)
+ const CAMELLIA_KEY *key, const int enc)
{
if (CAMELLIA_ENCRYPT == enc)
Camellia_encrypt(in, out, key);