CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/14 10:04:10
Modified files:
lib/libcrypto/evp: evp_pkey.c
Log message:
Disable most EVP_PKEY_*attr* API
There is a single consumer of this entire family of function, namely
the openssl(1) pkcs12 command uses EVP_PKEY_add1_attr_by_NID, so leave
that one intact for now.
ok jsing
