diff options
Diffstat (limited to 'include/crypto/hash_info.h')
-rw-r--r-- | include/crypto/hash_info.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/crypto/hash_info.h b/include/crypto/hash_info.h index eb9d2e368969..d6927739f8b2 100644 --- a/include/crypto/hash_info.h +++ b/include/crypto/hash_info.h @@ -8,7 +8,9 @@ #ifndef _CRYPTO_HASH_INFO_H #define _CRYPTO_HASH_INFO_H -#include <crypto/sha.h> +#include <crypto/sha1.h> +#include <crypto/sha2.h> +#include <crypto/sha3.h> #include <crypto/md5.h> #include <crypto/streebog.h> |