CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/29 04:37:57
Modified files:
usr.sbin/rpki-client: extern.h main.c parser.c
Log message:
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@
