diff options
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 |