diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-13 07:06:35 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-13 07:06:35 +0100 |
commit | 6a48523fe26d863c815936912fac42bc2034459c (patch) | |
tree | 97e495a47e17ba7e3bca98351515fd1462f2c765 /src/common.h | |
parent | misc (diff) | |
download | sha3sum-6a48523fe26d863c815936912fac42bc2034459c.tar.gz sha3sum-6a48523fe26d863c815936912fac42bc2034459c.tar.bz2 sha3sum-6a48523fe26d863c815936912fac42bc2034459c.tar.xz |
add commands for all variants
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 7c35e3c..c90a9e4 100644 --- a/src/common.h +++ b/src/common.h @@ -24,6 +24,9 @@ #include <argparser.h> +#define libkeccak_spec_keccak libkeccak_spec_sha3 + + /** * Wrapper for `run` that also initialises the command line parser |