From: Aki Tuomi Date: Wed, 23 Apr 2014 13:31:36 +0000 (+0300) Subject: Make SSHFP read space separated fingerprints X-Git-Tag: rec-3.6.0-rc1~40^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02ca1c5b9df957461ae0920a1a3ed7a730b149a0;p=thirdparty%2Fpdns.git Make SSHFP read space separated fingerprints --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index 85ce9c4016..f6df0fad96 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -303,7 +303,7 @@ boilerplate_conv(DLV,32769 , boilerplate_conv(SSHFP, 44, conv.xfr8BitInt(d_algorithm); conv.xfr8BitInt(d_fptype); - conv.xfrHexBlob(d_fingerprint); + conv.xfrHexBlob(d_fingerprint, true); ) boilerplate_conv(RRSIG, 46,