From fa9c2c6b7999f8cc191ffd4b39adf085f7a8075c Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Tue, 8 Sep 2015 08:01:21 -0600 Subject: [PATCH] include hash.h for new declartion locations --- clu/include/wolfssl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clu/include/wolfssl.h b/clu/include/wolfssl.h index 251d1ff9..9dc9312a 100644 --- a/clu/include/wolfssl.h +++ b/clu/include/wolfssl.h @@ -34,6 +34,7 @@ #include #include #include +#include #ifndef NO_MD5 #include