We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5090a commit cff1a3cCopy full SHA for cff1a3c
1 file changed
tests/api/test_asn.c
@@ -1092,7 +1092,7 @@ int test_wc_DecodeObjectId(void)
1092
}
1093
1094
/* Test 6: Buffer too small for later arcs */
1095
- outSz = 3; /* only room for 3 arcs, but OID has 8 */
+ outSz = 3; /* only room for 3 arcs, but OID has 7 */
1096
ExpectIntEQ(DecodeObjectId(oid_sha256rsa, sizeof(oid_sha256rsa),
1097
out, &outSz),
1098
WC_NO_ERR_TRACE(BUFFER_E));
0 commit comments