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