diff --git a/test/shakesum.c b/test/shakesum.c index 0348163..4c5e0ea 100644 --- a/test/shakesum.c +++ b/test/shakesum.c @@ -13,7 +13,7 @@ #include #include -void usage() { +static void usage() { fprintf( stderr, "shakesum [shake256|shake128|sha3-224|sha3-384|sha3-512] < infile > outfile\n"