From d5aac6e62baf1299eb5450161c8506d7472cf46a Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 26 May 2015 12:43:52 +0200 Subject: [PATCH] Align DNSSECPrivateKey a little better --- pdns/dnssecinfra.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pdns/dnssecinfra.hh b/pdns/dnssecinfra.hh index 82cd57c645..733ef0cc4e 100644 --- a/pdns/dnssecinfra.hh +++ b/pdns/dnssecinfra.hh @@ -82,9 +82,10 @@ struct DNSSECPrivateKey d_key = key; } DNSKEYRecordContent getDNSKEY() const; - uint8_t d_algorithm; + uint16_t d_flags; - + uint8_t d_algorithm; + private: shared_ptr d_key; }; -- 2.47.3