CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 02:39:02
Modified files: lib/libcrypto/evp: evp.h Log message: Remove EVP_{add,delete}_{cipher,digest}_alias() These are macro wrappers around the neutered OBJ_NAME_{add,remove}() API (notice the consistency), which will be removed shortly. Only security/xca used to use this. ok jsing