fix windows warning

This commit is contained in:
toddouska
2015-03-29 14:31:09 -07:00
parent e73b76c8ca
commit 3ca0bc0d66

View File

@@ -1820,7 +1820,7 @@ static int SetPrefix(byte* sha_input, int idx)
static int SetKeys(Ciphers* enc, Ciphers* dec, Keys* keys, CipherSpecs* specs, static int SetKeys(Ciphers* enc, Ciphers* dec, Keys* keys, CipherSpecs* specs,
byte side, void* heap, int devId) int side, void* heap, int devId)
{ {
#ifdef BUILD_ARC4 #ifdef BUILD_ARC4
word32 sz = specs->key_size; word32 sz = specs->key_size;