mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-10 12:36:28 +00:00
Adapt sources to configurable config.h name
This commit is contained in:
committed by
Paul Bakker
parent
27f1caed02
commit
cef4ad2509
@@ -30,7 +30,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if !defined(POLARSSL_CONFIG_FILE)
|
||||
#include "config.h"
|
||||
#else
|
||||
#include POLARSSL_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
|
||||
#include <basetsd.h>
|
||||
|
||||
Reference in New Issue
Block a user