CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/07/26 07:33:39
Modified files: lib/libcrypto/x509: x509_att.c Log message: Disable X509at_get_attr{,_count}() and X509at_delete_attr() These are (not so) thin wrappers around the stack API and only make things unreadable by adding an unneccesary layer of indirection and repeating checks already present in the stack API. X509at_delete_attr() is a masterpiece. ok jsing