We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17217c commit d85387bCopy full SHA for d85387b
1 file changed
tests/api.c
@@ -20548,10 +20548,12 @@ static int test_sk_X509(void)
20548
ExpectNotNull(s = wolfSSL_sk_X509_new(NULL));
20549
ExpectIntEQ(sk_X509_num(s), 0);
20550
sk_X509_pop_free(s, NULL);
20551
+ s = NULL;
20552
20553
ExpectNotNull(s = sk_X509_new_null());
20554
20555
20556
20557
20558
20559
0 commit comments