CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2020/07/25 05:53:37
Modified files: lib/libcrypto/pem: pem_info.c Log message: remove half a dozen "goto" statements and a label that change nothing whatsoever, except making the code harder to read; OK tb@