We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aaf736 commit f12bb50Copy full SHA for f12bb50
1 file changed
tests/api/test_asn.c
@@ -984,7 +984,7 @@ int test_wc_DecodeObjectId(void)
984
}
985
986
/* Test 6: Buffer too small for later arcs */
987
- outSz = 3; /* only room for 3 arcs, but OID has 8 */
+ outSz = 3; /* only room for 3 arcs, but OID has 7 */
988
ExpectIntEQ(DecodeObjectId(oid_sha256rsa, sizeof(oid_sha256rsa),
989
out, &outSz),
990
WC_NO_ERR_TRACE(BUFFER_E));
0 commit comments