提交 8263e6cb 编写于 作者: D David von Oheimb 提交者: Matt Caswell

add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architecture

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6217)
上级 49c9c1b3
......@@ -161,6 +161,6 @@ int setup_tests(void)
return 0;
}
ADD_ALL_TESTS(test_certs, n);
ADD_ALL_TESTS(test_certs, (int)n);
return 1;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册