Skip to content

Commit 68b3bbb

Browse files
committed
Fix from review
1 parent 3331001 commit 68b3bbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_x509.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ int test_x509_ReqCertFromX509_skid_boundary(void)
994994
WOLFSSL_X509* parsed = NULL;
995995
WOLFSSL_X509_NAME* name = NULL;
996996
unsigned char* der = NULL;
997-
int derSz;
997+
int derSz = 0;
998998
const unsigned char* ecPriv = ecc_clikey_der_256;
999999
const unsigned char* ecPub = ecc_clikeypub_der_256;
10001000
unsigned char expected_skid[CTC_MAX_SKID_SIZE];

0 commit comments

Comments
 (0)