diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index c6b592fb5..503b6d3fc 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -7700,7 +7700,6 @@ int SetName(byte* output, word32 outputSz, CertName* name) firstSz = SetObjectId(JOINT_LEN + 1, firstLen); } thisLen += firstSz; - thisLen++; /* object id */ seqSz = SetSequence(thisLen, sequence); thisLen += seqSz;