CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/11/12 02:23:07
Modified files:
usr.sbin/rpki-client: as.c cert.c constraints.c extern.h
geofeed.c ip.c print.c roa.c rsc.c spl.c
validate.c
Log message:
Rename ips/as and ipsz/asz to ips/ases, num_ips/num_ases
Having a single letter to distinguish a length from a pointer is error
prone. This results in binary change only in validate.c and cert.c due
to a line wrap resulting in line number changes and in cert.c there's in
addition two asserts that change.
checked with/ok job