certificate-printer: Add some output for empty OCSP responses
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user