CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/29 00:50:44
Modified files:
usr.sbin/rpki-client: extern.h gbr.c mft.c roa.c x509.c
Log message:
Inline x509_get_extensions() and remove it
Since aia, aki and ski are all represented by char *, this is an
error-prone interface - as found by job. The function doesn't do
much anyway.
ok claudio
