mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
The suite specific header should only be used when the suite is active
This commit is contained in:
@ -61,7 +61,9 @@ open(TEST_FILE, ">$test_file") or die "Opening destination file '$test_file': $!
|
||||
print TEST_FILE << "END";
|
||||
#include <polarssl/config.h>
|
||||
|
||||
$suite_pre_code
|
||||
$suite_header
|
||||
$suite_post_code
|
||||
|
||||
$test_helpers
|
||||
|
||||
|
Reference in New Issue
Block a user