summaryrefslogtreecommitdiff
path: root/drivers/auth/cryptocell/713/cryptocell_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/auth/cryptocell/713/cryptocell_crypto.c')
-rw-r--r--drivers/auth/cryptocell/713/cryptocell_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/auth/cryptocell/713/cryptocell_crypto.c b/drivers/auth/cryptocell/713/cryptocell_crypto.c
index 388264ed3..506cf1cf5 100644
--- a/drivers/auth/cryptocell/713/cryptocell_crypto.c
+++ b/drivers/auth/cryptocell/713/cryptocell_crypto.c
@@ -302,4 +302,4 @@ static int verify_hash(void *data_ptr, unsigned int data_len,
/*
* Register crypto library descriptor
*/
-REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL);
+REGISTER_CRYPTO_LIB(LIB_NAME, init, verify_signature, verify_hash, NULL, NULL);