CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/11/03 12:10:12
Modified files: usr.sbin/rpki-client: tal.c Log message: When handling CRLF and nulling out the optional CR, point nl at the right NUL so that valid_url() and the .cer check work. Tweaked version of a diff by claudio. ok claudio