aboutsummaryrefslogtreecommitdiffstats
path: root/keccaksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'keccaksum.c')
-rw-r--r--keccaksum.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/keccaksum.c b/keccaksum.c
index 54a9cee..4bb2f3d 100644
--- a/keccaksum.c
+++ b/keccaksum.c
@@ -1,10 +1,3 @@
/* See LICENSE file for copyright and license details. */
#include "common.h"
-
-int
-main(int argc, char *argv[])
-{
- libkeccak_generalised_spec_t spec;
- libkeccak_generalised_spec_initialise(&spec);
- return RUN("");
-}
+COMMON_MAIN(, "")