projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1918e01
)
fix shadow warning
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 10 Jan 2016 23:28:09 +0000
(23:28 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 10 Jan 2016 23:39:13 +0000
(23:39 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/danetest.c
patch
|
blob
|
history
diff --git
a/test/danetest.c
b/test/danetest.c
index 202be20d650086f67854c12fe63f3d8583e47934..02d0f79efc82b64fd3076e0174199e188026a899 100644
(file)
--- a/
test/danetest.c
+++ b/
test/danetest.c
@@
-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];