forked from wolfSSL/wolfssl
Der --> Len. Copy paste typo.
This commit is contained in:
@ -7559,7 +7559,7 @@ int wc_GeneratePreTBS(DecodedCert* cert, byte *der, int derSz) {
|
|||||||
/* Remove the altsigval extension. */
|
/* Remove the altsigval extension. */
|
||||||
XFREE(x->altSigValDer, x->heap, DYNAMIC_TYPE_X509_EXT);
|
XFREE(x->altSigValDer, x->heap, DYNAMIC_TYPE_X509_EXT);
|
||||||
x->altSigValDer = NULL;
|
x->altSigValDer = NULL;
|
||||||
x->altSigValDer = 0;
|
x->altSigValLen = 0;
|
||||||
/* Remove sigOID so it won't be encoded. */
|
/* Remove sigOID so it won't be encoded. */
|
||||||
x->sigOID = 0;
|
x->sigOID = 0;
|
||||||
/* We now have a PreTBS. Encode it. */
|
/* We now have a PreTBS. Encode it. */
|
||||||
|
Reference in New Issue
Block a user