summaryrefslogtreecommitdiff
path: root/crypto/michael_mic.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/michael_mic.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/michael_mic.c')
-rw-r--r--crypto/michael_mic.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/michael_mic.c b/crypto/michael_mic.c
index 538ae793..b3d83ff7 100644
--- a/crypto/michael_mic.c
+++ b/crypto/michael_mic.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Cryptographic API
*
* Michael MIC (IEEE 802.11i/TKIP) keyed digest
*
* Copyright (c) 2004 Jouni Malinen <j@w1.fi>
- *
- * 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/internal/hash.h>
#include <asm/byteorder.h>