We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a478d commit 2f19bffCopy full SHA for 2f19bff
1 file changed
tests/api/test_x509.c
@@ -1017,8 +1017,10 @@ int test_x509_ReqCertFromX509_skid_overflow(void)
1017
/* signatureValue: parser does not verify this for the regression */
1018
s = pos;
1019
{
1020
+ size_t sig;
1021
+
1022
PUT1(0x00);
- size_t sig = pos;
1023
+ sig = pos;
1024
PUT1(0x02); PUT1(0x01); PUT1(0x01);
1025
1026
WRAP(sig, 0x30);
0 commit comments