aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/hash_info.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/crypto/hash_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/crypto/hash_info.h b/include/crypto/hash_info.h
index eb9d2e368969..dd4f06785049 100644
--- a/include/crypto/hash_info.h
+++ b/include/crypto/hash_info.h
@@ -8,7 +8,8 @@
#ifndef _CRYPTO_HASH_INFO_H
#define _CRYPTO_HASH_INFO_H
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
+#include <crypto/sha2.h>
#include <crypto/md5.h>
#include <crypto/streebog.h>