CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/30 08:42:14
Modified files:
usr.sbin/rpki-client: tal.c
Log message:
Instead of using the kind of hidden b64_pton() from libc resolv.h switch
to the -lcrypto base64 decoder using EVP_Decode* this is more portable.
With and OK tb@, OK benno@ (on a less polished version)
