Revert the check for NaN in %f format
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 31 May 2020 05:51:23 +0000 (07:51 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 1 Jun 2020 16:20:28 +0000 (18:20 +0200)
commit41dccd68b9b9b7622b26d264c5fa190aa5bd4201
tree9e408ca3dbfaaf20350f6020a5b6e2f4adbf6123
parentc7f837cfcc5b2e5cd8eeeff82e0245323f206d02
Revert the check for NaN in %f format

Unfortunately -Ofast seems to break that check.

Fixes #11994

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12003)
crypto/bio/b_print.c
test/bioprinttest.c