mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Fix va_arg all in test_error_c90
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3506)
This commit is contained in:
parent
c49e0b0415
commit
dd5918775a
@ -524,7 +524,7 @@ void test_error_c90(const char *desc, ...)
|
||||
va_list ap;
|
||||
|
||||
va_start(ap, desc);
|
||||
test_fail_message(NULL, NULL, -1, NULL, NULL, NULL, NULL, desc, ap);
|
||||
test_fail_message_va(NULL, NULL, -1, NULL, NULL, NULL, NULL, desc, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user