Cleanup struct entity. Remove the unneeded has_data field, the same
authorclaudio <claudio@openbsd.org>
Wed, 29 Dec 2021 11:37:57 +0000 (11:37 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 29 Dec 2021 11:37:57 +0000 (11:37 +0000)
commit08df5e84f37567f664842a7a424cdd92b33bfa5d
tree49d9cca88f0f76b00253deb37c952e4c5291bb50
parent99ee48412b10aa82deffebabf5cd56e80ef4e959
Cleanup struct entity. Remove the unneeded has_data field, the same
information can be figured out by looking at the data pointer itself.
It is NULL when there is no data and not-NULL if there is data.
OK benno@
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/parser.c