Remove debug printf.

This commit is contained in:
David Garske
2019-08-23 16:24:45 -07:00
parent 24bfea1ad2
commit 76b9476b9a

View File

@@ -4833,7 +4833,6 @@ int ProcessBuffer(WOLFSSL_CTX* ctx, const unsigned char* buff,
if (ret >= 0) {
der->length = ret;
}
printf("ToTraditionalEnc ret %d\n", ret);
ret = 0; /* ignore failures and try parsing directly unencrypted */
ForceZero(password, passwordSz);