diff options
Diffstat (limited to 'crypto/asymmetric_keys/signature.c')
| -rw-r--r-- | crypto/asymmetric_keys/signature.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/asymmetric_keys/signature.c b/crypto/asymmetric_keys/signature.c index ad95a58c6642..e24a031db1e4 100644 --- a/crypto/asymmetric_keys/signature.c +++ b/crypto/asymmetric_keys/signature.c | |||
| @@ -1,14 +1,10 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* Signature verification with an asymmetric key | 2 | /* Signature verification with an asymmetric key |
| 2 | * | 3 | * |
| 3 | * See Documentation/crypto/asymmetric-keys.txt | 4 | * See Documentation/crypto/asymmetric-keys.txt |
| 4 | * | 5 | * |
| 5 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. | 6 | * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. |
| 6 | * Written by David Howells (dhowells@redhat.com) | 7 | * Written by David Howells (dhowells@redhat.com) |
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or | ||
| 9 | * modify it under the terms of the GNU General Public Licence | ||
| 10 | * as published by the Free Software Foundation; either version | ||
| 11 | * 2 of the Licence, or (at your option) any later version. | ||
| 12 | */ | 8 | */ |
| 13 | 9 | ||
| 14 | #define pr_fmt(fmt) "SIG: "fmt | 10 | #define pr_fmt(fmt) "SIG: "fmt |
