CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/18 23:04:13
Modified files:
usr.sbin/rpki-client: cert.c extern.h filemode.c ip.c parser.c
validate.c x509.c
Log message:
Rename parent to issuer in struct auth
Parent is confusing and issuer is the appropriate terminology. This is
a mechanical diff. The only remaining uses of 'parent' in this code
base now mean 'parent process'.
discussed with beck and job
ok job
