]> the.earth.li Git - onak.git/commitdiff
Use strtouq to parse keyid instead of strtoul
authorJonathan McDowell <noodles@earth.li>
Tue, 30 Sep 2014 21:34:21 +0000 (22:34 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 30 Sep 2014 21:34:21 +0000 (22:34 +0100)
The use of strtoul to parse the key ID breaks parsing 64 bit key IDs
on 32 bit platforms. Use strtouq instead, which is defined as returning
a 64 bit rather than being dependant on the length of "unsigned long".


No differences found