From 2a3fdcfec0ab4574ca7ff9533d9b932ad0a66aa9 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 26 May 2015 12:27:59 +0200 Subject: [PATCH] Shrink NSEC3RecordContent from 112 to 104 bytes --- pdns/dnsrecords.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: }; -- 2.40.0