CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/12/26 07:07:58
Modified files: usr.bin/openssl: crl2p7.c Log message: Error check sk_push() in crl2p7 also remove a few NULL checks before free and drop a cryptic comment about not needing to free x - hard to free what's not there... ok jsing