Remove anonymous cipher test

This commit is contained in:
Ian Craggs 2013-10-24 13:48:49 +01:00
parent a2b08b8e8d
commit 5c2ebb84ea
1 changed files with 1 additions and 1 deletions

View File

@ -2035,7 +2035,7 @@ int main(int argc, char** argv)
int i;
int (*tests[])() =
{ NULL, test1, test2a, test2b, test2c, test3a, test3b, test4, /* test5a,
test5b, */ test5c, test6, test7 };
test5b, test5c, */ test6, test7 };
xml = fopen("TEST-test5.xml", "w");
fprintf(xml, "<testsuite name=\"test5\" tests=\"%d\">\n", ARRAY_SIZE(tests) - 1);