CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/01 13:57:00
Modified files:
usr.sbin/rpki-client: tal.c
Log message:
In OpenSSL 1.1.x EVP_ENCODE_CTX is an opaque struct and has to be
allocated with EVP_ENCODE_CTX_new(). Do this once on the first call
and keep the context around for all subsequent calls.
OK tb@ and benno@
