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:
f232d6e
)
Fixup actually update danetest.c
author
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 8 Jan 2016 00:16:10 +0000
(19:16 -0500)
committer
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 8 Jan 2016 19:11:16 +0000
(14:11 -0500)
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/danetest.c
patch
|
blob
|
history
diff --git
a/test/danetest.c
b/test/danetest.c
index f46adadd400a8fcd3760f3ce60992d10c776e55b..202be20d650086f67854c12fe63f3d8583e47934 100644
(file)
--- a/
test/danetest.c
+++ b/
test/danetest.c
@@
-469,7
+469,6
@@
int main(int argc, char *argv[])
EXIT(1);
}
basedomain = argv[1];
- basedomain++; /* Force a use! */
CAfile = argv[2];
tlsafile = argv[3];
@@
-507,7
+506,7
@@
int main(int argc, char *argv[])
goto end;
}
- if (test_tlsafile(ctx,
argv[1]
, f, tlsafile) <= 0) {
+ if (test_tlsafile(ctx,
basedomain
, f, tlsafile) <= 0) {
print_errors();
goto end;
}