remove invalid test-qsh version tests, revert if statement check in internal.c

This commit is contained in:
Jacob Barthelmeh
2017-08-17 11:27:47 -06:00
parent 3fda99cbc4
commit f6ad5524eb
3 changed files with 6 additions and 55 deletions

View File

@@ -1321,6 +1321,11 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
done += 1;
#endif
#if defined(HAVE_QSH)
/*currently google server rejects client hello with QSH extension.*/
done += 1;
#endif
if (done) {
printf("external test can't be run in this mode");