Fix va_arg all in test_error_c90
[openssl.git] / test / testutil / tests.c
index 3f756911a44c7626e2f5b6ef14a67306988bde8c..a5538e7d9f2a8ac95eef80d0ec867177e636c35f 100644 (file)
@@ -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);
 }