提交 8da94770 编写于 作者: V Viktor Dukhovni

Fixup actually update danetest.c

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 f232d6ec
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册