diff options
Diffstat (limited to 'src/lib/libcrypto/camellia/cmll_ecb.c')
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_ecb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/camellia/cmll_ecb.c b/src/lib/libcrypto/camellia/cmll_ecb.c index 1a65445202..b47ece7379 100644 --- a/src/lib/libcrypto/camellia/cmll_ecb.c +++ b/src/lib/libcrypto/camellia/cmll_ecb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cmll_ecb.c,v 1.4 2014/11/13 20:01:58 miod Exp $ */ | 1 | /* $OpenBSD: cmll_ecb.c,v 1.5 2022/11/26 16:08:51 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -50,7 +50,7 @@ | |||
50 | */ | 50 | */ |
51 | 51 | ||
52 | #include <openssl/camellia.h> | 52 | #include <openssl/camellia.h> |
53 | #include "cmll_locl.h" | 53 | #include "cmll_local.h" |
54 | 54 | ||
55 | void | 55 | void |
56 | Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, | 56 | Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, |