Merge pull request #15 from kaleb-himes/master

merge local changes
pull/16/head
Kaleb Joseph Himes 2015-12-08 12:41:36 -08:00
commit c3e206ba6e
1 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _WOLFSSL_CLU_HEADER_
#define _WOLFSSL_CLU_HEADER_
#include <string.h>
#include <stdio.h>
#include <signal.h>
@ -314,4 +317,4 @@ int wolfsslHash(char* in, char* out, char* alg, int size);
void wolfsslVersion(void);
#endif
#endif /* _WOLFSSL_CLU_HEADER_ */