Suppress Coverity deadcode warning in test_ocsp_tls_cert_cb

This commit is contained in:
Juliusz Sosinowicz
2025-10-06 16:26:45 +02:00
parent a9ad5181e6
commit 32e24e8199

View File

@@ -1007,6 +1007,7 @@ int test_ocsp_tls_cert_cb(void)
}
}
else {
/* coverity[deadcode] - skip is only set for some build configs */
printf("\tskipping test case\n");
}