From: Chris Hofstaedtler Date: Mon, 9 Nov 2020 18:08:18 +0000 (+0100) Subject: Extend Algorithm field size X-Git-Tag: dnsdist-1.6.0-alpha0~18^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc47c8b81bbb9e4227658d108ffd21302da580a;p=thirdparty%2Fpdns.git Extend Algorithm field size --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 43eae0785b..020665ae89 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -808,8 +808,8 @@ static int deleteZone(const DNSName &zone) { static void listKey(DomainInfo const &di, DNSSECKeeper& dk, bool printHeader = true) { if (printHeader) { - cout<<"Zone Type Size Algorithm ID Location Keytag"<= 13) ? 1 : 13 - algname.length(); + spacelen = (algname.length() >= 16) ? 1 : 16 - algname.length(); cout< 5) ? 1 : 5 - std::to_string(key.second.id).length();