mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-29 03:44:28 +01:00
Revert increase of test buffer size.
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
parent
720c638717
commit
1c19557f49
|
|
@ -459,7 +459,7 @@ int execute_tests(int argc, const char **argv)
|
|||
int ret;
|
||||
unsigned total_errors = 0, total_tests = 0, total_skipped = 0;
|
||||
FILE *file;
|
||||
char buf[10000];
|
||||
char buf[5000];
|
||||
char *params[50];
|
||||
/* Store for processed integer params. */
|
||||
mbedtls_test_argument_t int_params[50];
|
||||
|
|
|
|||
Loading…
Reference in a new issue