diff options
Diffstat (limited to 'crypto/afalgpriv.h')
-rw-r--r-- | crypto/afalgpriv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/afalgpriv.h b/crypto/afalgpriv.h index d0941d4ef6..f6550b5c51 100644 --- a/crypto/afalgpriv.h +++ b/crypto/afalgpriv.h @@ -24,6 +24,7 @@ #endif #define AFALG_TYPE_CIPHER "skcipher" +#define AFALG_TYPE_HASH "hash" #define ALG_OPTYPE_LEN 4 #define ALG_MSGIV_LEN(len) (sizeof(struct af_alg_iv) + (len)) |