diff options
Diffstat (limited to 'src/lib/libcrypto/camellia/cmll_ecb.c')
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_ecb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/camellia/cmll_ecb.c b/src/lib/libcrypto/camellia/cmll_ecb.c index edac99023b..0575d29e29 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.6 2023/09/04 08:36:48 robert Exp $ */ | 1 | /* $OpenBSD: cmll_ecb.c,v 1.7 2023/09/04 08:43:41 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 | * |
@@ -49,9 +49,8 @@ | |||
49 | * | 49 | * |
50 | */ | 50 | */ |
51 | 51 | ||
52 | #include <sys/types.h> | ||
53 | |||
54 | #include <openssl/camellia.h> | 52 | #include <openssl/camellia.h> |
53 | |||
55 | #include "cmll_local.h" | 54 | #include "cmll_local.h" |
56 | 55 | ||
57 | void | 56 | void |