From 5d8106b969b9f6c2d530eb3c32c0065c5f5b0e35 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 03:54:39 -0400 Subject: fix warnings from clang --- include/fhp/fhp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 // 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]; -- cgit v1.2.3