CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 03:03:13
Modified files: lib/libcrypto : Makefile Symbols.list lib/libcrypto/evp: evp.h Removed files: lib/libcrypto/asn1: ameth_lib.c Log message: Remove the ameth lib This is accessor API for ASN.1 methods needed for custom PKEYs. Nothing has ever used this. This has been neutered for months. The EVP_PKEY_asn1_* API that needs to stay was moved elsewhere. ok jsing