mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +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
|
|
@ -29,7 +29,11 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#if !defined(POLARSSL_CONFIG_FILE)
|
||||
#include "config.h"
|
||||
#else
|
||||
#include POLARSSL_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_SHA512_C) && !defined(POLARSSL_ENTROPY_FORCE_SHA256)
|
||||
#include "sha512.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue