Fixed dependency chain issue with integer.h since one of the function prototypes uses mp_int.
This commit is contained in:
parent
bbe4a3815f
commit
14b6254e6e
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user