Re: rpki-client, stop using size_t for ids

2021-12-22 Thread Claudio Jeker
On Tue, Dec 21, 2021 at 06:24:44PM +, Job Snijders wrote: > On Tue, Dec 21, 2021 at 07:00:03PM +0100, Claudio Jeker wrote: > > For some reasons various ids were stored as size_t (probably because once > > they used to be the index in an array). This is just silly and annoyed me > > for long eno

Re: rpki-client, stop using size_t for ids

2021-12-21 Thread Job Snijders
On Tue, Dec 21, 2021 at 07:00:03PM +0100, Claudio Jeker wrote: > For some reasons various ids were stored as size_t (probably because once > they used to be the index in an array). This is just silly and annoyed me > for long enough. I think this fixes all of them. > > While there also stop using

rpki-client, stop using size_t for ids

2021-12-21 Thread Claudio Jeker
For some reasons various ids were stored as size_t (probably because once they used to be the index in an array). This is just silly and annoyed me for long enough. I think this fixes all of them. While there also stop using size_t for maxlength of a prefix. Everywhere else the code uses just a un