summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/freebl/blapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/freebl/blapi.h b/lib/freebl/blapi.h
index 569bd461f..94fd80222 100644
--- a/lib/freebl/blapi.h
+++ b/lib/freebl/blapi.h
@@ -1521,7 +1521,7 @@ extern SECStatus BLAKE2B_MAC_HashBuf(unsigned char *output,
/*
** Create a new Blake2b context
*/
-extern BLAKE2BContext *BLAKE2B_NewContext();
+extern BLAKE2BContext *BLAKE2B_NewContext(void);
/*
** Destroy a Blake2b secure hash context.