mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Adapt sources to configurable config.h name
This commit is contained in:
parent
27f1caed02
commit
cef4ad2509
155 changed files with 621 additions and 1 deletions
|
|
@ -27,7 +27,11 @@
|
|||
#ifndef POLARSSL_RSA_H
|
||||
#define POLARSSL_RSA_H
|
||||
|
||||
#if !defined(POLARSSL_CONFIG_FILE)
|
||||
#include "config.h"
|
||||
#else
|
||||
#include POLARSSL_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#include "bignum.h"
|
||||
#include "md.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue