CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/23 01:21:32
Modified files: regress/usr.sbin/rpki-client: test-rrdp.c Log message: test-rrdp: rework to build with -Wunused This makes some minor changes to rrdp_new() to strdup() its input strings so that we can use the so far unused rrdp_free() in the exit path. Also garbage collect the unused id in rrdp_finished(). ok job