aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ahash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ahash.c b/crypto/ahash.c
index 709ef09407991..213bb3e9f2451 100644
--- a/crypto/ahash.c
+++ b/crypto/ahash.c
@@ -21,6 +21,8 @@
#include "hash.h"
+#define CRYPTO_ALG_TYPE_AHASH_MASK 0x0000000e
+
static const struct crypto_type crypto_ahash_type;
struct ahash_request_priv {