aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/crypto/hash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/crypto/hash.h b/include/crypto/hash.h
index 3e89ce16b59c..26cb1eb16f4c 100644
--- a/include/crypto/hash.h
+++ b/include/crypto/hash.h
@@ -75,7 +75,8 @@ struct shash_alg {
75 unsigned int descsize; 75 unsigned int descsize;
76 76
77 /* These fields must match hash_alg_common. */ 77 /* These fields must match hash_alg_common. */
78 unsigned int digestsize; 78 unsigned int digestsize
79 __attribute__ ((aligned(__alignof__(struct hash_alg_common))));
79 unsigned int statesize; 80 unsigned int statesize;
80 81
81 struct crypto_alg base; 82 struct crypto_alg base;