From 47caacbfc9870db62552138baf3805e4ffc99778 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 14 Oct 2017 13:18:19 +0200 Subject: Use arg.h instead of argparser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- keccaksum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keccaksum.c') diff --git a/keccaksum.c b/keccaksum.c index 8fc10a8..54a9cee 100644 --- a/keccaksum.c +++ b/keccaksum.c @@ -6,5 +6,5 @@ main(int argc, char *argv[]) { libkeccak_generalised_spec_t spec; libkeccak_generalised_spec_initialise(&spec); - return RUN("Keccak", "keccaksum", LIBKECCAK_KECCAK_SUFFIX); + return RUN(""); } -- cgit v1.2.3-70-g09d2