Re: simplify rpki-client entity marshal

2021-12-28 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.12.28 16:57:48 +0100: > This re-shuffles struct entity a bit and removes the unneeded has_data > indicator. Both data and datasz are not null when data is present and null > when there is no data. With this in mind the code becomes simpler. > ok ben

simplify rpki-client entity marshal

2021-12-28 Thread Claudio Jeker
This re-shuffles struct entity a bit and removes the unneeded has_data indicator. Both data and datasz are not null when data is present and null when there is no data. With this in mind the code becomes simpler. -- :wq Claudio Index: extern.h