CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/03 07:18:06
Modified files:
lib/libcrypto/asn1: ameth_lib.c
lib/libcrypto/evp: pmeth_lib.c
Log message:
Fix EVP_PKEY_{asn1,meth}_copy once and for all
It is very easy to forget to copy over newly added methods. Everyone
working in this corner has run into this. Instead, preserve what needs
preserving and use a struct copy, so all methods get copied from src
to dest.
tweak/ok jsing
