mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Added missing config.h include
This commit is contained in:
parent
48f7a5d724
commit
bc956d900e
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
#ifndef POLARSSL_X509_WRITE_H
|
||||
#define POLARSSL_X509_WRITE_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if defined(POLARSSL_X509_WRITE_C)
|
||||
|
||||
#include "rsa.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue