aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/simd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/simd.c')
-rw-r--r--crypto/simd.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/crypto/simd.c b/crypto/simd.c
index 3e3b1d1a6b1f..48876266cf2d 100644
--- a/crypto/simd.c
+++ b/crypto/simd.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * Shared crypto simd helpers 3 * Shared crypto simd helpers
3 * 4 *
@@ -8,19 +9,6 @@
8 * Based on aesni-intel_glue.c by: 9 * Based on aesni-intel_glue.c by:
9 * Copyright (C) 2008, Intel Corp. 10 * Copyright (C) 2008, Intel Corp.
10 * Author: Huang Ying <ying.huang@intel.com> 11 * Author: Huang Ying <ying.huang@intel.com>
11 *
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program. If not, see <http://www.gnu.org/licenses/>.
24 */ 12 */
25 13
26/* 14/*