CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/27 06:46:00
Modified files:
usr.sbin/rpki-client: tal.c
Log message:
Use the correct math to calculate how many bytes are needed for b64_pton().
The size is first rounded up in case where the input string length is not
a multiple of 4.
Reported by kristaps@
