Skip to content

Commit 3d332a4

Browse files
author
Andras Fekete
committed
Remove accidental code change
1 parent 2f63eb0 commit 3d332a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tls13.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8672,7 +8672,6 @@ static int SendTls13CertificateVerify(WOLFSSL* ssl)
86728672
sigLen = args->length;
86738673
args->sigData = (byte*)XMALLOC(sigLen, ssl->heap,
86748674
DYNAMIC_TYPE_SIGNATURE);
8675-
args->sigDataSz = sigLen;
86768675
}
86778676
else {
86788677
args->sigData = (byte*)XMALLOC(MAX_SIG_DATA_SZ, ssl->heap,

0 commit comments

Comments
 (0)