certificate-printer: Add some output for empty OCSP responses

This commit is contained in:
Tobias Brunner
2023-11-24 17:41:18 +01:00
parent 6d345b3dde
commit 05a1f5b9c5
@@ -558,6 +558,11 @@ static void print_ocsp_response(private_certificate_printer_t *this,
fprintf(f, "\n");
}
enumerator->destroy(enumerator);
if (first)
{
fprintf(f, "(none)\n");
}
}
}