mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 10:55:46 +01:00
- Fixed include with relative directory
This commit is contained in:
parent
28c7e7f6fa
commit
ccdb028629
@ -27,10 +27,10 @@
|
|||||||
#ifndef POLARSSL_ASN1_H
|
#ifndef POLARSSL_ASN1_H
|
||||||
#define POLARSSL_ASN1_H
|
#define POLARSSL_ASN1_H
|
||||||
|
|
||||||
#include "polarssl/config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#if defined(POLARSSL_BIGNUM_C)
|
#if defined(POLARSSL_BIGNUM_C)
|
||||||
#include "polarssl/bignum.h"
|
#include "bignum.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user