]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix types for t_fortuna.c
authorRobbie Harwood <rharwood@redhat.com>
Thu, 6 Apr 2017 19:45:57 +0000 (15:45 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 14 Apr 2017 16:02:56 +0000 (12:02 -0400)
commite6502586d5714e0d61ae190309843aa6637a84ca
tree3fbca75bf716a490de69589b28e9c08d851a3264
parent53f0eed03a54c8a4a97bb0599b643f68fca06c48
Fix types for t_fortuna.c

clang warns about abs() being used on an unsigned value, although the
code did work in practice due to the implicit conversion from size_t
to int.
src/lib/crypto/krb/t_fortuna.c