CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/18 07:03:08
Modified files: usr.bin/openssl: apps.c Log message: save_index: fix some code quality issues Error check BIO_new() both times it is used, drop unused j variable, Error check BIO_printf() call and turn the whole thing into single exit. Prompted by a diff by Niels Dossche ok jsing