diff options
-rw-r--r-- | usr.sbin/rpki-client/rrdp_notification.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/rpki-client/rrdp_notification.c b/usr.sbin/rpki-client/rrdp_notification.c index 13c31467f72..501e5176704 100644 --- a/usr.sbin/rpki-client/rrdp_notification.c +++ b/usr.sbin/rpki-client/rrdp_notification.c @@ -50,16 +50,16 @@ struct delta_item { TAILQ_HEAD(delta_q, delta_item); struct notification_xml { - XML_Parser parser; + XML_Parser parser; struct rrdp_session *repository; struct rrdp_session *current; char *session_id; char *snapshot_uri; - char snapshot_hash[SHA256_DIGEST_LENGTH]; - struct delta_q delta_q; - long long serial; - int version; - enum notification_scope scope; + char snapshot_hash[SHA256_DIGEST_LENGTH]; + struct delta_q delta_q; + long long serial; + int version; + enum notification_scope scope; }; static int |