CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2022/07/12 08:42:50
Modified files: lib/libssl : ssl.h ssl_err.c lib/libcrypto : cpt_err.c crypto.h lib/libcrypto/asn1: asn1.h asn1_err.c lib/libcrypto/bio: bio.h bio_err.c lib/libcrypto/bn: bn.h bn_err.c lib/libcrypto/buffer: buf_err.c buffer.h lib/libcrypto/cms: cms_err.c lib/libcrypto/comp: comp_err.c lib/libcrypto/conf: conf.h conf_err.c lib/libcrypto/ct: ct_err.c lib/libcrypto/dh: dh.h dh_err.c lib/libcrypto/dsa: dsa.h dsa_err.c lib/libcrypto/dso: dso.h dso_err.c lib/libcrypto/ec: ec.h ec_err.c lib/libcrypto/ecdh: ecdh.h ech_err.c lib/libcrypto/ecdsa: ecdsa.h ecs_err.c lib/libcrypto/engine: eng_err.c engine.h lib/libcrypto/evp: evp.h evp_err.c lib/libcrypto/gost: gost.h gost_err.c lib/libcrypto/kdf: kdf.h kdf_err.c lib/libcrypto/man: ERR.3 lib/libcrypto/objects: obj_err.c objects.h lib/libcrypto/ocsp: ocsp.h ocsp_err.c lib/libcrypto/pem: pem.h pem_err.c lib/libcrypto/pkcs12: pk12err.c pkcs12.h lib/libcrypto/pkcs7: pkcs7.h pkcs7err.c lib/libcrypto/rand: rand.h rand_err.c lib/libcrypto/rsa: rsa.h rsa_err.c lib/libcrypto/sm2: sm2.h sm2_err.c lib/libcrypto/ts: ts.h ts_err.c lib/libcrypto/ui: ui.h ui_err.c lib/libcrypto/x509: x509.h x509_err.c x509v3.h Removed files: lib/libcrypto/err: openssl.ec lib/libcrypto/util: mkerr.pl Log message: Remove mkerr.pl remnants from LibreSSL This script is not used at all and files are edited by hand instead. Thus remove misleading comments incl. the obsolete script/config. Feedback OK jsing tb