CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/01/18 06:06:43
Modified files: usr.sbin/rpki-client: cert.c extern.h gbr.c mft.c parser.c roa.c x509.c Log message: Cleanup the scattered OBJ_txt2obj() calls and move them into x509_init_oid() to initalize all necessary OID objects at start. OK tb@