Uses unsigned ints for lengths
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 12 Sep 2010 16:48:47 +0000 (17:48 +0100)
committerLove Hornquist Astrand <lha@h5l.org>
Sat, 18 Sep 2010 18:30:06 +0000 (11:30 -0700)
commit75df9577e7a05498c867a2c984df54bf66423f59
treebf37f876cfe4e7233d8ab50bd72a993af58169e9
parent9907781fa331be30e69177dcf69c65bb06df1e57
Uses unsigned ints for lengths

EVP_BytesToKey uses min() on a mixture of signed and unsigned
paramters. To avoid compiler warnings, use unsigned int for all
of the iv and key lengths in this function.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
lib/hcrypto/evp.c