From: Pieter Lexis Date: Tue, 26 May 2015 10:27:59 +0000 (+0200) Subject: Shrink NSEC3RecordContent from 112 to 104 bytes X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a3fdcfec0ab4574ca7ff9533d9b932ad0a66aa9;p=pdns Shrink NSEC3RecordContent from 112 to 104 bytes --- diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index 4cce0b583..b987c0297 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -436,11 +436,11 @@ public: uint8_t d_algorithm, d_flags; uint16_t d_iterations; - uint8_t d_saltlength; string d_salt; - uint8_t d_nexthashlength; string d_nexthash; std::set d_set; + uint8_t d_saltlength; + uint8_t d_nexthashlength; private: };