diff options
Diffstat (limited to 'include/fhp')
-rw-r--r-- | include/fhp/fhp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fhp/fhp.h b/include/fhp/fhp.h index 2739bc9..7f5d66f 100644 --- a/include/fhp/fhp.h +++ b/include/fhp/fhp.h @@ -1,4 +1,4 @@ -#ifndef FHP_H_ +#ifndef FHP_H #define FHP_H #include <stdint.h> // for uint8_t @@ -110,7 +110,7 @@ typedef enum { // env functions // -#define FHP_ENV_NUM_HASHES 6 +#define FHP_ENV_NUM_HASHES 17 typedef struct { uint32_t hashes[FHP_ENV_NUM_HASHES]; |