diff options
Diffstat (limited to 'crypto/sha512_generic.c')
| -rw-r--r-- | crypto/sha512_generic.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/crypto/sha512_generic.c b/crypto/sha512_generic.c index 0193ecb8ae10..e34d09dd9971 100644 --- a/crypto/sha512_generic.c +++ b/crypto/sha512_generic.c | |||
| @@ -1,14 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* SHA-512 code by Jean-Luc Cooke <jlcooke@certainkey.com> | 2 | /* SHA-512 code by Jean-Luc Cooke <jlcooke@certainkey.com> |
| 2 | * | 3 | * |
| 3 | * Copyright (c) Jean-Luc Cooke <jlcooke@certainkey.com> | 4 | * Copyright (c) Jean-Luc Cooke <jlcooke@certainkey.com> |
| 4 | * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> | 5 | * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk> |
| 5 | * Copyright (c) 2003 Kyle McMartin <kyle@debian.org> | 6 | * Copyright (c) 2003 Kyle McMartin <kyle@debian.org> |
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify it | ||
| 8 | * under the terms of the GNU General Public License as published by the | ||
| 9 | * Free Software Foundation; either version 2, or (at your option) any | ||
| 10 | * later version. | ||
| 11 | * | ||
| 12 | */ | 7 | */ |
| 13 | #include <crypto/internal/hash.h> | 8 | #include <crypto/internal/hash.h> |
| 14 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
