CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/12/10 03:42:13
Modified files: regress/lib/libcrypto/bio: bio_chain.c Log message: bio chain test: handle walking of empty chains Rework the loops walking the chains to be correct for empty chains as well. This simplifies the checking at the cost of slightly more initialization and will allow further refactoring in a subsequent check.