The branch master has been updated
via 8da94770f0a049497b1a52ee469cca1f4a13b1a7 (commit)
from f232d6ece3a458426bbc492c4d3242798fbc03a7 (commit)
- Log -----------------------------------------------------------------
commit 8da94770f0a049497b1a52ee469cca1f4a13b1a7
Author: Viktor Dukhovni <[email protected]>
Date: Thu Jan 7 19:16:10 2016 -0500
Fixup actually update danetest.c
Reviewed-by: Rich Salz <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
test/danetest.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/danetest.c b/test/danetest.c
index f46adad..202be20 100644
--- 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;
}
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits