missed 2 now redundant inits on CTX

This commit is contained in:
toddouska
2015-03-09 09:39:50 -07:00
parent e6c369e026
commit c201239d02

View File

@ -360,9 +360,6 @@ int InitSSL_Ctx(WOLFSSL_CTX* ctx, WOLFSSL_METHOD* method)
ctx->heap = ctx; /* defaults to self */
ctx->timeout = WOLFSSL_SESSION_TIMEOUT;
ctx->partialWrite = 0;
ctx->verifyCallback = 0;
if (InitMutex(&ctx->countMutex) < 0) {
WOLFSSL_MSG("Mutex error on CTX init");
return BAD_MUTEX_E;