Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: b1104a3a2dd4351af85cf48f677691a414ffc3a2
      
https://github.com/openssl/openssl/commit/b1104a3a2dd4351af85cf48f677691a414ffc3a2
  Author: Richard Levitte <levi...@openssl.org>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
    M apps/lib/log.c

  Log Message:
  -----------
  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 <hlan...@openssl.org>
Reviewed-by: Shane Lontis <shane.lon...@oracle.com>
Reviewed-by: Tomas Mraz <to...@openssl.org>
Reviewed-by: Todd Short <todd.sh...@me.com>
(Merged from https://github.com/openssl/openssl/pull/19197)


Reply via email to