CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/15 02:56:31
Modified files:
usr.sbin/rpki-client: main.c
Log message:
Allocate the repo structs individually linked by a SLIST instead of using
an array that is reallocated during runtime. With this the entityq can
move back into struct repo.
OK tb@
