Skip to content

Commit cff1a3c

Browse files
committed
Fix from review
1 parent 1a5090a commit cff1a3c

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
@@ -1092,7 +1092,7 @@ int test_wc_DecodeObjectId(void)
10921092
}
10931093

10941094
/* Test 6: Buffer too small for later arcs */
1095-
outSz = 3; /* only room for 3 arcs, but OID has 8 */
1095+
outSz = 3; /* only room for 3 arcs, but OID has 7 */
10961096
ExpectIntEQ(DecodeObjectId(oid_sha256rsa, sizeof(oid_sha256rsa),
10971097
out, &outSz),
10981098
WC_NO_ERR_TRACE(BUFFER_E));

0 commit comments

Comments
 (0)