From: Pieter Lexis Date: Tue, 26 May 2015 10:20:15 +0000 (+0200) Subject: Align CERTRecordContent to 8-byte boundries X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e56bb821b6ab54d84093014fcb8e3e4967c9cfb;p=pdns Align CERTRecordContent to 8-byte boundries --- diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index eb78613ba..676bec05f 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -344,8 +344,8 @@ public: private: uint16_t d_type, d_tag; - uint8_t d_algorithm; string d_certificate; + uint8_t d_algorithm; }; class TLSARecordContent : public DNSRecordContent