hash.h should pull in types before checking defines

This commit is contained in:
toddouska
2015-07-29 14:40:57 -07:00
parent 12ffa1b778
commit 6d172fce32

View File

@@ -22,6 +22,8 @@
#ifndef WOLF_CRYPT_HASH_H
#define WOLF_CRYPT_HASH_H
#include <wolfssl/wolfcrypt/types.h>
#ifndef NO_MD5
#include <wolfssl/wolfcrypt/md5.h>
WOLFSSL_API void wc_Md5GetHash(Md5*, byte*);