CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/21 04:35:55
Modified files:
usr.sbin/rpki-client: cert.c main.c mft.c roa.c rsync.c tal.c
Log message:
Now that a NULL string is marshalled as NULL again we can drop some
extra has_xyz integers to indicate if the following buffer is present
or not. At the same time sprinkle some asserts for strings which must
be not NULL.
OK tb@
