mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
even cleaner output
This commit is contained in:
@@ -110,7 +110,9 @@ static int execute_test_case(int svr_argc, char** svr_argv,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (IsValidCipherSuite(commandLine, cipherSuite) == 0) {
|
if (IsValidCipherSuite(commandLine, cipherSuite) == 0) {
|
||||||
printf("cipher suite %s not supported in build\n", cipherSuite);
|
#ifdef DEBUG_SUITE_TESTS
|
||||||
|
printf("cipher suite %s not supported in build\n", cipherSuite);
|
||||||
|
#endif
|
||||||
return NOT_BUILT_IN;
|
return NOT_BUILT_IN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user