- Fixed include with relative directory
This commit is contained in:
parent
28c7e7f6fa
commit
ccdb028629
@ -27,10 +27,10 @@
|
||||
#ifndef POLARSSL_ASN1_H
|
||||
#define POLARSSL_ASN1_H
|
||||
|
||||
#include "polarssl/config.h"
|
||||
#include "config.h"
|
||||
|
||||
#if defined(POLARSSL_BIGNUM_C)
|
||||
#include "polarssl/bignum.h"
|
||||
#include "bignum.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user