diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-15 01:52:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-15 01:52:28 +0100 |
commit | 37e7dd5963732cfd2391dd9102daa92652ed6e4b (patch) | |
tree | d22911047b81f78050acd077f99b868c65f99306 /src/common.h | |
parent | m (diff) | |
download | sha3sum-37e7dd5963732cfd2391dd9102daa92652ed6e4b.tar.gz sha3sum-37e7dd5963732cfd2391dd9102daa92652ed6e4b.tar.bz2 sha3sum-37e7dd5963732cfd2391dd9102daa92652ed6e4b.tar.xz |
add constant for empty suffix
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, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 3c9d43d..8246e6c 100644 --- a/src/common.h +++ b/src/common.h @@ -24,7 +24,8 @@ #include <argparser.h> -#define libkeccak_spec_keccak libkeccak_spec_sha3 +#define libkeccak_spec_keccak libkeccak_spec_sha3 +#define LIBKECCAK_KECCAK_SUFFIX "" |