]> granicus.if.org Git - pdns/commitdiff
Align CERTRecordContent to 8-byte boundries
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 10:20:15 +0000 (12:20 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:47 +0000 (22:51 +0200)
pdns/dnsrecords.hh

index eb78613bae8aaa1b7d0324ab17d2186ecff65657..676bec05fb61675be5372e1717a8d178f629ef4e 100644 (file)
@@ -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