Browse Source

usage is static void

master
Michael Hamburg 9 years ago
parent
commit
ee076bcc3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/shakesum.c

+ 1
- 1
test/shakesum.c View File

@@ -13,7 +13,7 @@
#include <string.h>
#include <decaf/shake.h>

void usage() {
static void usage() {
fprintf(
stderr,
"shakesum [shake256|shake128|sha3-224|sha3-384|sha3-512] < infile > outfile\n"


Loading…
Cancel
Save