Skip to content

Commit 25afaa6

Browse files
committed
Fix from review
1 parent 0518482 commit 25afaa6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/api/test_x509.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,10 @@ int test_x509_ReqCertFromX509_skid_overflow(void)
10141014
/* signatureValue: parser does not verify this for the regression */
10151015
s = pos;
10161016
{
1017+
size_t sig;
1018+
10171019
PUT1(0x00);
1018-
size_t sig = pos;
1020+
sig = pos;
10191021
PUT1(0x02); PUT1(0x01); PUT1(0x01);
10201022
PUT1(0x02); PUT1(0x01); PUT1(0x01);
10211023
WRAP(sig, 0x30);

0 commit comments

Comments
 (0)