提交 71405d68 编写于 作者: D Dr. Stephen Henson

fix shadow warning

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 1918e01c
......@@ -88,7 +88,7 @@ static int restore_errno(void)
return ret;
}
static void usage(void)
static void test_usage(void)
{
fprintf(stderr, "usage: %s: danetest basedomain CAfile tlsafile\n", progname);
}
......@@ -465,7 +465,7 @@ int main(int argc, char *argv[])
progname = argv[0];
if (argc != 4) {
usage();
test_usage();
EXIT(1);
}
basedomain = argv[1];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册