]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove unneeded conditional in hex.c 750/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 19 Mar 2018 16:23:19 +0000 (12:23 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 20 Mar 2018 00:41:20 +0000 (20:41 -0400)
commita9f9a68d21f8f06dd78b80208aee292d2266a85d
tree8edf137c8ac0727eade0daf20ae133eb7736ad3b
parentd4d902d317a2acc46ee71094a33a9203b6135275
Remove unneeded conditional in hex.c

hex_digit() accepts bval as an unsigned parameter, so we don't need to
test if bval >= 0.
src/util/support/hex.c