aboutsummaryrefslogtreecommitdiffstats
path: root/shake512sum.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shake512sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shake512sum.c b/shake512sum.c
index 3e24ddb..ad39ab2 100644
--- a/shake512sum.c
+++ b/shake512sum.c
@@ -7,5 +7,5 @@ main(int argc, char *argv[])
libkeccak_generalised_spec_t spec;
libkeccak_generalised_spec_initialise(&spec);
libkeccak_spec_shake((libkeccak_spec_t *)&spec, 512, 512);
- return RUN("SHAKE", "shake512sum", LIBKECCAK_SHAKE_SUFFIX);
+ return RUN(LIBKECCAK_SHAKE_SUFFIX);
}