diff options
Diffstat (limited to 'src/lib/libcrypto/camellia')
-rw-r--r-- | src/lib/libcrypto/camellia/camellia.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/camellia.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_cbc.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_cfb.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_ctr.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_ecb.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_locl.h | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_misc.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_ofb.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/camellia/cmll_utl.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/camellia/camellia.c b/src/lib/libcrypto/camellia/camellia.c index 2c02466564..9849ecf0dd 100644 --- a/src/lib/libcrypto/camellia/camellia.c +++ b/src/lib/libcrypto/camellia/camellia.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia.c */ |
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. |
diff --git a/src/lib/libcrypto/camellia/camellia.h b/src/lib/libcrypto/camellia/camellia.h index cf0457dd97..087d981c2c 100644 --- a/src/lib/libcrypto/camellia/camellia.h +++ b/src/lib/libcrypto/camellia/camellia.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia.h -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia.h */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/camellia/cmll_cbc.c b/src/lib/libcrypto/camellia/cmll_cbc.c index 4c8d455ade..4e118c5843 100644 --- a/src/lib/libcrypto/camellia/cmll_cbc.c +++ b/src/lib/libcrypto/camellia/cmll_cbc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia_cbc.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia_cbc.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/camellia/cmll_cfb.c b/src/lib/libcrypto/camellia/cmll_cfb.c index 3d81b51d3f..bee16806a7 100644 --- a/src/lib/libcrypto/camellia/cmll_cfb.c +++ b/src/lib/libcrypto/camellia/cmll_cfb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia_cfb.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia_cfb.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/camellia/cmll_ctr.c b/src/lib/libcrypto/camellia/cmll_ctr.c index 014e621a34..c9b266fa44 100644 --- a/src/lib/libcrypto/camellia/cmll_ctr.c +++ b/src/lib/libcrypto/camellia/cmll_ctr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia_ctr.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia_ctr.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/camellia/cmll_ecb.c b/src/lib/libcrypto/camellia/cmll_ecb.c index 70dc0e5632..bc831e0000 100644 --- a/src/lib/libcrypto/camellia/cmll_ecb.c +++ b/src/lib/libcrypto/camellia/cmll_ecb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia_ecb.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia_ecb.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/camellia/cmll_locl.h b/src/lib/libcrypto/camellia/cmll_locl.h index 246b6ce1d8..c2e14ca0d7 100644 --- a/src/lib/libcrypto/camellia/cmll_locl.h +++ b/src/lib/libcrypto/camellia/cmll_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia_locl.h -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia_locl.h */ |
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. |
diff --git a/src/lib/libcrypto/camellia/cmll_misc.c b/src/lib/libcrypto/camellia/cmll_misc.c index f44d48564c..89ce9ee2aa 100644 --- a/src/lib/libcrypto/camellia/cmll_misc.c +++ b/src/lib/libcrypto/camellia/cmll_misc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia_misc.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia_misc.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/camellia/cmll_ofb.c b/src/lib/libcrypto/camellia/cmll_ofb.c index a482befc74..9e2eb0e83b 100644 --- a/src/lib/libcrypto/camellia/cmll_ofb.c +++ b/src/lib/libcrypto/camellia/cmll_ofb.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/camellia_ofb.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/camellia_ofb.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
diff --git a/src/lib/libcrypto/camellia/cmll_utl.c b/src/lib/libcrypto/camellia/cmll_utl.c index b88a996a3f..46ed12d6de 100644 --- a/src/lib/libcrypto/camellia/cmll_utl.c +++ b/src/lib/libcrypto/camellia/cmll_utl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* crypto/camellia/cmll_utl.c -*- mode:C; c-file-style: "eay" -*- */ | 1 | /* crypto/camellia/cmll_utl.c */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2011 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |