Skip to content

Commit f12bb50

Browse files
committed
Fix from review
1 parent 0aaf736 commit f12bb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_asn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ int test_wc_DecodeObjectId(void)
984984
}
985985

986986
/* Test 6: Buffer too small for later arcs */
987-
outSz = 3; /* only room for 3 arcs, but OID has 8 */
987+
outSz = 3; /* only room for 3 arcs, but OID has 7 */
988988
ExpectIntEQ(DecodeObjectId(oid_sha256rsa, sizeof(oid_sha256rsa),
989989
out, &outSz),
990990
WC_NO_ERR_TRACE(BUFFER_E));

0 commit comments

Comments
 (0)