summaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/hash/hash_alg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/ux500/hash/hash_alg.h')
-rw-r--r--drivers/crypto/ux500/hash/hash_alg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/hash/hash_alg.h b/drivers/crypto/ux500/hash/hash_alg.h
index 2895c2ffe5e..299f0bacc2c 100644
--- a/drivers/crypto/ux500/hash/hash_alg.h
+++ b/drivers/crypto/ux500/hash/hash_alg.h
@@ -297,7 +297,7 @@ struct hash_config {
* @device Pointer to the device structure.
*/
struct hash_ctx {
- u8 key[HASH_BLOCK_SIZE];
+ u8 *key;
u32 keylen;
u8 updated;
struct hash_state state;