From 5c2ebb84eaf30985dd4953ce7df1085cb8b08ba6 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Thu, 24 Oct 2013 13:48:49 +0100 Subject: [PATCH] Remove anonymous cipher test --- test/test5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test5.c b/test/test5.c index 859b752f..257f644c 100644 --- a/test/test5.c +++ b/test/test5.c @@ -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, "\n", ARRAY_SIZE(tests) - 1);