openssl/apps/lib
Richard Levitte b1104a3a2d Checking __STDC_VERSION__ rather than __STRICT_ANSI__
`__STRICT_ANSI__` is a gnuish flag macro that indicates if `-ansi`
was given on the command line.  To check the C version, it's better
to check the macro `__STDC_VERSION__`.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/19197)
2022-09-13 09:34:53 +02:00
..
app_libctx.c fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
app_params.c
app_provider.c apps: add query to allow a command to know of a provider command line option was processed 2021-07-12 09:13:41 +10:00
app_rand.c check the return value of OPENSSL_strdup(CRYPTO_strdup) in apps/lib/app_rand.c:32 2021-11-25 16:07:53 +10:00
app_x509.c
apps_opt_printf.c Add tests for do_updatedb 2022-02-14 10:18:46 +01:00
apps_ui.c
apps.c app_http_tls_cb() and tls_error_hint(): code cleanup 2022-08-23 08:55:54 +02:00
build.info apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h} 2022-09-07 23:04:25 +02:00
cmp_mock_srv.c Update copyright year 2022-05-03 13:34:51 +01:00
columns.c
engine_loader.c Fix copyrights 2022-02-03 13:56:38 +01:00
engine.c
fmt.c
http_server.c apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h} 2022-09-07 23:04:25 +02:00
log.c Checking __STDC_VERSION__ rather than __STRICT_ANSI__ 2022-09-13 09:34:53 +02:00
names.c Update copyright year 2022-05-03 13:34:51 +01:00
opt.c Avoid unchecked string concatenation 2022-05-23 10:07:09 +10:00
s_cb.c Fix verify_callback in the openssl s_client/s_server app 2022-07-20 07:37:05 +01:00
s_socket.c Update copyright year 2022-05-03 13:34:51 +01:00
tlssrp_depr.c
vms_decc_argv.c
vms_term_sock.c Update copyright year 2022-05-03 13:34:51 +01:00
win32_init.c