Fix for scan-build issues with possible use of null’s in evp.c wolfSSL_EVP_CipherFinal out arg and DoCertificate args->certs. Removed obsolete client example help arg “-t”.

This commit is contained in:
David Garske
2017-04-27 10:53:47 -07:00
parent 4363cf8a5c
commit 3e6243eb08
3 changed files with 3 additions and 3 deletions

View File

@@ -538,7 +538,6 @@ static void Usage(void)
#endif
printf("-B <num> Benchmark throughput using <num> bytes and print stats\n");
printf("-s Use pre Shared keys\n");
printf("-t Track wolfSSL memory use\n");
printf("-d Disable peer checks\n");
printf("-D Override Date Errors example\n");
printf("-e List Every cipher suite available, \n");