hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/crypto/hash_info.h
....@@ -1,13 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Hash Info: Hash algorithms information
34 *
45 * Copyright (c) 2013 Dmitry Kasatkin <d.kasatkin@samsung.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the Free
8
- * Software Foundation; either version 2 of the License, or (at your option)
9
- * any later version.
10
- *
116 */
127
138 #ifndef _CRYPTO_HASH_INFO_H
....@@ -15,6 +10,7 @@
1510
1611 #include <crypto/sha.h>
1712 #include <crypto/md5.h>
13
+#include <crypto/streebog.h>
1814
1915 #include <uapi/linux/hash_info.h>
2016