summaryrefslogtreecommitdiffstats
path: root/crypto/engine/hw_nuron.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine/hw_nuron.c')
-rw-r--r--crypto/engine/hw_nuron.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/hw_nuron.c b/crypto/engine/hw_nuron.c
index b6242de444..504febc1a1 100644
--- a/crypto/engine/hw_nuron.c
+++ b/crypto/engine/hw_nuron.c
@@ -72,7 +72,7 @@ static tfnModExp *pfnModExp = NULL;
static DSO *pvDSOHandle = NULL;
-static int nuron_init()
+static int nuron_init(void)
{
if(pvDSOHandle != NULL)
{
@@ -98,7 +98,7 @@ static int nuron_init()
return 1;
}
-static int nuron_finish()
+static int nuron_finish(void)
{
if(pvDSOHandle == NULL)
{