mirror of https://github.com/wolfSSL/wolfssl.git
add config.h to hash test
parent
6c7e9b30a5
commit
b13a9e1b4e
|
@ -19,6 +19,10 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <cyassl/ctaocrypt/md4.h>
|
||||
|
|
Loading…
Reference in New Issue