diff options
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index c9e67c2bd725..658a7eeebab2 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Algorithm testing framework and tests. | 3 | * Algorithm testing framework and tests. |
3 | * | 4 | * |
@@ -13,12 +14,6 @@ | |||
13 | * Gabriele Paoloni <gabriele.paoloni@intel.com> | 14 | * Gabriele Paoloni <gabriele.paoloni@intel.com> |
14 | * Tadeusz Struk (tadeusz.struk@intel.com) | 15 | * Tadeusz Struk (tadeusz.struk@intel.com) |
15 | * Copyright (c) 2010, Intel Corporation. | 16 | * Copyright (c) 2010, Intel Corporation. |
16 | * | ||
17 | * This program is free software; you can redistribute it and/or modify it | ||
18 | * under the terms of the GNU General Public License as published by the Free | ||
19 | * Software Foundation; either version 2 of the License, or (at your option) | ||
20 | * any later version. | ||
21 | * | ||
22 | */ | 17 | */ |
23 | 18 | ||
24 | #include <crypto/aead.h> | 19 | #include <crypto/aead.h> |