fix shadow warning

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2016-01-10 23:28:09 +00:00
parent 1918e01c9f
commit 71405d683c

View File

@ -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];