CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/13 13:36:42
Modified files:
usr.sbin/rpki-client: print.c
Log message:
Avoid using i2d_RSAPublicKey()
This should help with future portability efforts, and perhaps
makes the code a bit more readable.
OK tb@
