diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-04 17:48:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-04 17:48:22 +0100 |
commit | e550dbc53ff138c8085a3421bd48f86c4c7766f2 (patch) | |
tree | c8a0938fe8297776422de1b205e2f970715b8089 /src/libkeccak.h | |
parent | forgot const qualifier (diff) | |
download | libkeccak-e550dbc53ff138c8085a3421bd48f86c4c7766f2.tar.gz libkeccak-e550dbc53ff138c8085a3421bd48f86c4c7766f2.tar.bz2 libkeccak-e550dbc53ff138c8085a3421bd48f86c4c7766f2.tar.xz |
add generalised-spec
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libkeccak.h')
-rw-r--r-- | src/libkeccak.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libkeccak.h b/src/libkeccak.h index af6bfac..cd401c5 100644 --- a/src/libkeccak.h +++ b/src/libkeccak.h @@ -21,6 +21,7 @@ #include "libkeccak/spec.h" +#include "libkeccak/generalised-spec.h" #include "libkeccak/state.h" #include "libkeccak/digest.h" #include "libkeccak/hex.h" |