Replace non-idiomatic strtoul(, 16) to parse a region of 2-character
authorderaadt <deraadt@openbsd.org>
Tue, 2 Apr 2024 09:32:28 +0000 (09:32 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 2 Apr 2024 09:32:28 +0000 (09:32 +0000)
commitda716d80516d945e5dce935033b1c8498e4d89ff
treeb44d8175fc4963be47b48bfe5aac478789341b2b
parentdc987674d7aa8686a49eb9333484c20604c4cb17
Replace non-idiomatic strtoul(, 16) to parse a region of 2-character
hex sequences with a low-level replacement designed just for the task.
ok djm
usr.bin/ssh/ssh-pkcs11.c