mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-08-03 23:22:13 +00:00
Added missing config.h include
This commit is contained in:
parent
19b39bbca0
commit
7a6c07457a
|
@ -27,6 +27,8 @@
|
||||||
#ifndef POLARSSL_X509_WRITE_H
|
#ifndef POLARSSL_X509_WRITE_H
|
||||||
#define POLARSSL_X509_WRITE_H
|
#define POLARSSL_X509_WRITE_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#if defined(POLARSSL_X509_WRITE_C)
|
#if defined(POLARSSL_X509_WRITE_C)
|
||||||
|
|
||||||
#include "rsa.h"
|
#include "rsa.h"
|
||||||
|
|
Loading…
Reference in a new issue