mbedtls/programs/aes
Gilles Peskine 3aba3f48f8 Strict C99: don't use a signed* when an unsigned* is expected
It works in practice on almost every platform, given that we're only
using the wrong type in cases where the value is guaranteed to stay
within the value bits of a signed int. But even in this case it may or
may not be strictly conforming. Anyway `gcc -std=c99 -pedantic`
rejects it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-04-30 13:24:16 +02:00
..
aescrypt2.c Zeroize sensitive data in aescrypt2 and crypt_and_hash examples 2018-10-15 13:26:37 +01:00
CMakeLists.txt Rename project in CMake 2015-01-27 15:44:46 +00:00
crypt_and_hash.c Strict C99: don't use a signed* when an unsigned* is expected 2020-04-30 13:24:16 +02:00