mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 08:43:02 +00:00
Adapt sources to configurable config.h name
This commit is contained in:
committed by
Paul Bakker
parent
27f1caed02
commit
cef4ad2509
@@ -59,7 +59,11 @@ $/ = $line_separator;
|
||||
|
||||
open(TEST_FILE, ">$test_file") or die "Opening destination file '$test_file': $!";
|
||||
print TEST_FILE << "END";
|
||||
#if !defined(POLARSSL_CONFIG_FILE)
|
||||
#include <polarssl/config.h>
|
||||
#else
|
||||
#include POLARSSL_CONFIG_FILE
|
||||
#endif
|
||||
|
||||
$suite_pre_code
|
||||
$suite_header
|
||||
|
||||
Reference in New Issue
Block a user