rpki-client: simplify x509_get_ski()
authortb <tb@openbsd.org>
Wed, 14 Feb 2024 10:49:00 +0000 (10:49 +0000)
committertb <tb@openbsd.org>
Wed, 14 Feb 2024 10:49:00 +0000 (10:49 +0000)
commit33fc45d82ac1706f283390498ca6d87d4590301f
tree88653d389bc6c9920ef4e62b5e6edb74872acf9f
parentb6321a455f43362ae3427519f72a93368ccd66f4
rpki-client: simplify x509_get_ski()

Use X509_public_digest() to calculate the SKI to get rid of a few dances
and weirdly named variables.

ok claudio
usr.sbin/rpki-client/x509.c