summaryrefslogtreecommitdiff
path: root/nuttx/crypto/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/crypto/crypto.c')
-rw-r--r--nuttx/crypto/crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/crypto/crypto.c b/nuttx/crypto/crypto.c
index b0c664097..9b4391b5b 100644
--- a/nuttx/crypto/crypto.c
+++ b/nuttx/crypto/crypto.c
@@ -64,7 +64,7 @@
* Public Functions
****************************************************************************/
-void up_cryptoinitialize(void)
+int up_cryptoinitialize(void)
{
#if defined(CONFIG_CRYPTO_AES) || defined(CONFIG_CRYPTO_ALGTEST)
int res;