CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/18 01:34:55
Modified files:
usr.sbin/rpki-client: tal.c
Log message:
tal_read_file() should error out instead of returning a NULL buffer.
This can happen with an empty file or one consisting only of comments.
Do some additional cleanup of comments, remove a unused variable and change
a zero into a NUL for clarity.
>From kristaps@
