summaryrefslogtreecommitdiff
path: root/cmd/libpkix/pkix/top/test_basicchecker.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/libpkix/pkix/top/test_basicchecker.c')
-rw-r--r--cmd/libpkix/pkix/top/test_basicchecker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/libpkix/pkix/top/test_basicchecker.c b/cmd/libpkix/pkix/top/test_basicchecker.c
index 658bf67be..e2743b343 100644
--- a/cmd/libpkix/pkix/top/test_basicchecker.c
+++ b/cmd/libpkix/pkix/top/test_basicchecker.c
@@ -218,13 +218,13 @@ test_basicchecker(int argc, char *argv[])
testNameChainingFail(dirName, goodInput, diffInput, dateAscii);
testDateFail(dirName, goodInput, diffInput);
-/*
+ /*
* XXX
* since the signature check is done last, we need to create
* certs whose name chaining passes, but their signatures fail;
* we currently don't have any such certs.
*/
-/* testSignatureFail(goodInput, diffInput, dateAscii); */
+ /* testSignatureFail(goodInput, diffInput, dateAscii); */
cleanup: