summaryrefslogtreecommitdiffstats
path: root/security/nss/cmd/lowhashtest/lowhashtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/cmd/lowhashtest/lowhashtest.c')
-rw-r--r--security/nss/cmd/lowhashtest/lowhashtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/cmd/lowhashtest/lowhashtest.c b/security/nss/cmd/lowhashtest/lowhashtest.c
index 29d6ff4fd..fcc06a86e 100644
--- a/security/nss/cmd/lowhashtest/lowhashtest.c
+++ b/security/nss/cmd/lowhashtest/lowhashtest.c
@@ -390,7 +390,7 @@ testSHA512(NSSLOWInitContext *initCtx)
}
static void
-Usage(char *progName)
+Usage()
{
fprintf(stderr, "Usage: %s [algorithm]\n",
progName);
@@ -436,7 +436,7 @@ main(int argc, char **argv)
rv += testSHA512(initCtx);
} else {
SECU_PrintError(progName, "Unsupported hash type %s\n", argv[0]);
- Usage(progName);
+ Usage();
}
NSSLOW_Shutdown(initCtx);