mbedtls/programs/aes
nia 1c0c837ddc Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99.
Strict platforms cannot be expected to accept C99 code as valid
when earlier standards versions are selected.

This helps the programs build on Solaris-like platforms (e.g.
illumos).

Fixes #3420

Signed-off-by: nia <nia@netbsd.org>
2020-06-11 18:39:28 +01:00
..
aescrypt2.c Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99. 2020-06-11 18:39:28 +01:00
CMakeLists.txt cmake: link programs that only use crypto with libmbedcrypto 2020-02-11 19:26:27 +01:00
crypt_and_hash.c Define _POSIX_C_SOURCE to be 200112L, as a minimum for C99. 2020-06-11 18:39:28 +01:00