Inline x509_get_extensions() and remove it
authortb <tb@openbsd.org>
Mon, 29 Mar 2021 06:50:44 +0000 (06:50 +0000)
committertb <tb@openbsd.org>
Mon, 29 Mar 2021 06:50:44 +0000 (06:50 +0000)
commit1f25fa5db5e5b3d240ad71b404053f099fcf5a13
treea32bddc1792db9823bc6040204f8046e88e23465
parent5139735d6b340891d9b0db1ad36db40422fc6e3e
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
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/gbr.c
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/roa.c
usr.sbin/rpki-client/x509.c