Replace two questionable size_t types. For the repo id use a unsigned int
authorclaudio <claudio@openbsd.org>
Wed, 22 Dec 2021 09:35:14 +0000 (09:35 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 22 Dec 2021 09:35:14 +0000 (09:35 +0000)
commitb6884e9f8f78d443baefdc010ef8ac72b89f167d
treec8654ede4ef74d6f1bd7d0839a22c49511b31750
parentd02726361f3366941fb5b13208cbde1ab122b47f
Replace two questionable size_t types. For the repo id use a unsigned int
and for the roa maxlength use unsigned char (like the prefixlen in struct
ip_addr).
With input and OK job@
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/http.c
usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/print.c
usr.sbin/rpki-client/repo.c
usr.sbin/rpki-client/rrdp.c
usr.sbin/rpki-client/rsync.c