num is an unsigned long, but since it was transfered from
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Sep 2004 14:21:14 +0000 (14:21 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Sep 2004 14:21:14 +0000 (14:21 +0000)
commit818c0b2e4253514ee409698e7186af0d936f9fcd
tree70158e862e2f70ac485f37c1aed37b18e4284b6c
parentaef8807e76d0998d73109a9ccc3171c32aed7e35
num is an unsigned long, but since it was transfered from
crypto/sha/sha_locl.h, where it is in fact an int, we need to check
for less-than-zero as if it was an int...
fips/sha1/fips_sha_locl.h