Allow NO_WOLFSSL_CLIENT/SERVER to compile and pass tests

This commit is contained in:
Sean Parkinson
2018-06-13 11:42:16 +10:00
parent af7b676405
commit a03c15e598
15 changed files with 527 additions and 306 deletions
+3
View File
@@ -2633,6 +2633,7 @@ exit:
args.argc = argc;
args.argv = argv;
args.return_code = 0;
#if defined(DEBUG_WOLFSSL) && !defined(WOLFSSL_MDK_SHELL) && !defined(STACK_TRAP)
wolfSSL_Debugging_ON();
@@ -2646,6 +2647,8 @@ exit:
#else
client_test(&args);
#endif
#else
printf("Client not compiled in!\n");
#endif
wolfSSL_Cleanup();