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:21:12 +0000 (18:21 +0200)
commit3fc83feae0bc3fcfbb7cfc8a927bb4a888a7663b
treee400516388cdb72ca268341543560f2b1a862a74
parentec5aad1ca26599bcaddc3a03708fb925b21f3b6c
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)

(cherry picked from commit 41dccd68b9b9b7622b26d264c5fa190aa5bd4201)
crypto/bio/b_print.c
test/bioprinttest.c