]> granicus.if.org Git - pdns/commitdiff
Shrink NSEC3RecordContent from 112 to 104 bytes
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 10:27:59 +0000 (12:27 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:47 +0000 (22:51 +0200)
pdns/dnsrecords.hh

index 4cce0b5838b69deaa23bea8c60f076f50a8840ef..b987c0297a5675bf1e16ebb0c4f092927953724e 100644 (file)
@@ -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<uint16_t> d_set;
+  uint8_t d_saltlength;
+  uint8_t d_nexthashlength;
 
 private:
 };