Fix polarssl on Windows.

This commit is contained in:
Matthew Parlane
2013-08-16 00:24:10 +12:00
parent d8b39b9dcf
commit d6ec6ae97a
7 changed files with 14 additions and 22 deletions

View File

@ -4,7 +4,7 @@
#ifndef _TOOLS_H
#define _TOOLS_H
#include "polarssl/sha1.h"
#include <polarssl/sha1.h>
// bignum
int bn_compare(u8 *a, u8 *b, u32 n);