aboutsummaryrefslogtreecommitdiffstats
path: root/shake256sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'shake256sum.c')
-rw-r--r--shake256sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shake256sum.c b/shake256sum.c
index 7ab6cc6..ff3af9f 100644
--- a/shake256sum.c
+++ b/shake256sum.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, 256, 256);
- return RUN("SHAKE", "shake256sum", LIBKECCAK_SHAKE_SUFFIX);
+ return RUN(LIBKECCAK_SHAKE_SUFFIX);
}