Rename parent to issuer in struct auth
authortb <tb@openbsd.org>
Tue, 19 Mar 2024 05:04:13 +0000 (05:04 +0000)
committertb <tb@openbsd.org>
Tue, 19 Mar 2024 05:04:13 +0000 (05:04 +0000)
commit335482ab795f633f2f5ae6d881b8e9797efc6e9b
tree9c166c95885040e9b74312abf4a537db87e0b40a
parent5663f15799535a04d17ec7f3ff2274793f037f19
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
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/filemode.c
usr.sbin/rpki-client/ip.c
usr.sbin/rpki-client/parser.c
usr.sbin/rpki-client/validate.c
usr.sbin/rpki-client/x509.c