CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/02/20 07:03:50
Modified files: lib/libssl : ssl_clnt.c ssl_srvr.c Log message: Rename the truncated label into decode_err. This describes its purpose better and doesn't look odd if there's trailing data for exapmle. Indent a few labels in the neighborhood while there. ok jsing