CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/02/18 10:30:13
Modified files: lib/libcrypto/bio: bss_mem.c Log message: Clean up and simplify memory BIO code. This is a first pass that uses sensible and consistent names for variables. Call the BIO 'bio' (instead of 'a', 'b', 'bp', or 'h'), drop a bunch of unnecessary casts, simplify some logic and add additional error checking. With input from and ok tb@