Fixed dependency chain issue with integer.h since one of the function prototypes uses mp_int.

This commit is contained in:
Andrew Burks 2015-02-20 17:19:42 -08:00
parent bbe4a3815f
commit 14b6254e6e
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@
#include "dc_rtc_api.h" /* to get current time */
#endif
#include <wolfssl/wolfcrypt/integer.h>
#include <wolfssl/wolfcrypt/asn.h>
#include <wolfssl/wolfcrypt/coding.h>
#include <wolfssl/wolfcrypt/md2.h>

View File

@ -25,6 +25,7 @@
#define WOLF_CRYPT_ASN_H
#include <wolfssl/wolfcrypt/types.h>
#include <wolfssl/wolfcrypt/integer.h>
#ifndef NO_RSA
#include <wolfssl/wolfcrypt/rsa.h>
#endif