Remove accidental code change
This commit is contained in:
parent
2f63eb070e
commit
3d332a4fad
@ -8672,7 +8672,6 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl)
|
||||
sigLen = args->length;
|
||||
args->sigData = (byte*)XMALLOC(sigLen, ssl->heap,
|
||||
DYNAMIC_TYPE_SIGNATURE);
|
||||
args->sigDataSz = sigLen;
|
||||
}
|
||||
else {
|
||||
args->sigData = (byte*)XMALLOC(MAX_SIG_DATA_SZ, ssl->heap,
|
||||
|
Loading…
x
Reference in New Issue
Block a user