In article <20140116220645.ecfc...@cvs.netbsd.org>,
Paul Goyette <source-changes-d@NetBSD.org> 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

Reply via email to