mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Remove debug printf.
This commit is contained in:
@@ -4833,7 +4833,6 @@ int ProcessBuffer(WOLFSSL_CTX* ctx, const unsigned char* buff,
|
|||||||
if (ret >= 0) {
|
if (ret >= 0) {
|
||||||
der->length = ret;
|
der->length = ret;
|
||||||
}
|
}
|
||||||
printf("ToTraditionalEnc ret %d\n", ret);
|
|
||||||
ret = 0; /* ignore failures and try parsing directly unencrypted */
|
ret = 0; /* ignore failures and try parsing directly unencrypted */
|
||||||
|
|
||||||
ForceZero(password, passwordSz);
|
ForceZero(password, passwordSz);
|
||||||
|
Reference in New Issue
Block a user