summaryrefslogtreecommitdiff
path: root/crypto/ghash-generic.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-23 09:21:15 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-23 09:21:15 +0200
commit94676a2c44ac011fb1427f31f1fb98b9b3231b4c (patch)
tree732d485654b0c8074db30d2e1246a24022f8442b /crypto/ghash-generic.c
parent4c3c8f1016e9854690d93cbc4a825af6594d40e4 (diff)
parente3b5593df487b2a100ebb41d239aa4bb7d597735 (diff)
downloadlinux-crypto-94676a2c44ac011fb1427f31f1fb98b9b3231b4c.tar.gz
linux-crypto-94676a2c44ac011fb1427f31f1fb98b9b3231b4c.zip
Merge 5.2-rc6 into usb-next
We need the USB fixes in here too. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto/ghash-generic.c')
-rw-r--r--crypto/ghash-generic.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/ghash-generic.c b/crypto/ghash-generic.c
index e6307935..6425b9cd 100644
--- a/crypto/ghash-generic.c
+++ b/crypto/ghash-generic.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* GHASH: digest algorithm for GCM (Galois/Counter Mode).
*
@@ -6,10 +7,6 @@
* Author: Huang Ying <ying.huang@intel.com>
*
* The algorithm implementation is copied from gcm.c.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published
- * by the Free Software Foundation.
*/
#include <crypto/algapi.h>