even cleaner output

pull/1/head
toddouska 2013-03-11 12:12:04 -07:00
parent ebf25c5c4b
commit 6b67d5e931
1 changed files with 3 additions and 1 deletions

View File

@ -110,7 +110,9 @@ static int execute_test_case(int svr_argc, char** svr_argv,
}
if (IsValidCipherSuite(commandLine, cipherSuite) == 0) {
#ifdef DEBUG_SUITE_TESTS
printf("cipher suite %s not supported in build\n", cipherSuite);
#endif
return NOT_BUILT_IN;
}