mbedtls/programs/aes
Gilles Peskine 971e5e9f98 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-28 15:02:50 +02:00
..
aescrypt2.c Remove mbedtls_param_failed from programs 2019-06-17 19:10:13 +02: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-28 15:02:50 +02:00