diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-22 15:42:23 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-22 15:42:23 +0000 |
commit | 49eeec30ebc8b050dd69926047c2baebebe7f550 (patch) | |
tree | 5cd831f6a777d9be5d14e8aff1a66897d8163e19 /include | |
parent | fb771c0cf876ad58c50551b90dacc0b5689dae05 (diff) | |
parent | 743c2f69744fe3f0dac11e467a92ff5e4d80280b (diff) | |
download | ouroboros-49eeec30ebc8b050dd69926047c2baebebe7f550.tar.gz ouroboros-49eeec30ebc8b050dd69926047c2baebebe7f550.zip |
Merged in sandervrijders/ouroboros/be-crc (pull request #561)
lib: Fix CRC check and add frct_clear
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/hash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ouroboros/hash.h b/include/ouroboros/hash.h index 49160226..b2896293 100644 --- a/include/ouroboros/hash.h +++ b/include/ouroboros/hash.h @@ -23,6 +23,8 @@ #ifndef OUROBOROS_LIB_HASH_H #define OUROBOROS_LIB_HASH_H +#include "config.h" + #include <ouroboros/endian.h> #ifdef HAVE_LIBGCRYPT |