2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

add -q to getopt flags, and use newlines consistently with report()

This commit is contained in:
Evan Hunt
2019-07-30 08:43:30 -07:00
committed by Ondřej Surý
parent 022649abc3
commit 664b8f04f5
4 changed files with 7 additions and 7 deletions

View File

@@ -1939,7 +1939,9 @@ check_bad_algorithms(const vctx_t *vctx, void (*report)(const char *, ...)) {
}
static void
print_summary(const vctx_t *vctx, bool keyset_kskonly, void (*report)(const char *, ...)) {
print_summary(const vctx_t *vctx, bool keyset_kskonly,
void (*report)(const char *, ...))
{
char algbuf[DNS_SECALG_FORMATSIZE];
int i;