Revert "Bio"

This commit is contained in:
toddouska
2016-06-27 10:53:34 -07:00
committed by GitHub
parent 3a18b057d7
commit ac6635593b
28 changed files with 2218 additions and 12486 deletions

View File

@@ -156,7 +156,7 @@ int ClientBenchmarkConnections(WOLFSSL_CTX* ctx, char* host, word16 port,
/* time passed in number of connects give average */
int times = benchmark;
int loops = resumeSession ? 2 : 1;
int i = 0;
int i = 0;
#ifndef NO_SESSION_CACHE
WOLFSSL_SESSION* benchSession = NULL;
#endif