CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/11/24 08:24:16
Modified files: usr.sbin/rpki-client: Makefile encoding.c extern.h rrdp.c rrdp.h rrdp_notification.c Added files: usr.sbin/rpki-client: rrdp_util.c Log message: Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c. This will make it easier to write a RRDP regress test. OK job@ deraadt@