In article <[email protected]>, Paul Goyette <[email protected]> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: pgoyette >Date: Thu Jan 16 22:06:45 UTC 2014 > >Modified Files: > src/tests/crypto/opencrypto: h_xcbcmac.c > >Log Message: >Since sizeof() is unsigned, use an unsigned int for the loop index. >
sizeof is size_t. christos
