diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/camellia/camellia.c | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/camellia/camellia.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/camellia/camellia.c b/src/lib/libcrypto/camellia/camellia.c index f001b9847d..cb577798a8 100644 --- a/src/lib/libcrypto/camellia/camellia.c +++ b/src/lib/libcrypto/camellia/camellia.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: camellia.c,v 1.9 2014/11/13 20:01:58 miod Exp $ */ | 1 | /* $OpenBSD: camellia.c,v 1.10 2014/11/19 11:37:52 bcook Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . | 3 | * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . |
4 | * ALL RIGHTS RESERVED. | 4 | * ALL RIGHTS RESERVED. |
@@ -84,9 +84,9 @@ | |||
84 | 84 | ||
85 | #include <stdlib.h> | 85 | #include <stdlib.h> |
86 | #include <string.h> | 86 | #include <string.h> |
87 | #include <openssl/camellia.h> | ||
87 | #include <openssl/opensslconf.h> | 88 | #include <openssl/opensslconf.h> |
88 | 89 | ||
89 | #include "camellia.h" | ||
90 | #include "cmll_locl.h" | 90 | #include "cmll_locl.h" |
91 | 91 | ||
92 | /* 32-bit rotations */ | 92 | /* 32-bit rotations */ |
diff --git a/src/lib/libssl/src/crypto/camellia/camellia.c b/src/lib/libssl/src/crypto/camellia/camellia.c index f001b9847d..cb577798a8 100644 --- a/src/lib/libssl/src/crypto/camellia/camellia.c +++ b/src/lib/libssl/src/crypto/camellia/camellia.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: camellia.c,v 1.9 2014/11/13 20:01:58 miod Exp $ */ | 1 | /* $OpenBSD: camellia.c,v 1.10 2014/11/19 11:37:52 bcook Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . | 3 | * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . |
4 | * ALL RIGHTS RESERVED. | 4 | * ALL RIGHTS RESERVED. |
@@ -84,9 +84,9 @@ | |||
84 | 84 | ||
85 | #include <stdlib.h> | 85 | #include <stdlib.h> |
86 | #include <string.h> | 86 | #include <string.h> |
87 | #include <openssl/camellia.h> | ||
87 | #include <openssl/opensslconf.h> | 88 | #include <openssl/opensslconf.h> |
88 | 89 | ||
89 | #include "camellia.h" | ||
90 | #include "cmll_locl.h" | 90 | #include "cmll_locl.h" |
91 | 91 | ||
92 | /* 32-bit rotations */ | 92 | /* 32-bit rotations */ |