CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/03 02:57:26
Modified files:
usr.sbin/bgpd : parse.y
Log message:
Rewrite str2key() to not use strtoul() to convert 2 hexdigits into one
char. Instead use a simple function to do the conversion per nibble.
OK deraadt@ tb@
