fix shadow warning
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
1918e01c9f
commit
71405d683c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user