include/openssl/e_os2.h: fix 'noreturn' pre-processor logic.
authorAndy Polyakov <appro@openssl.org>
Thu, 26 May 2016 21:10:56 +0000 (23:10 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 27 May 2016 21:05:03 +0000 (23:05 +0200)
commit90edbfcce3b84287332ac77f19993cbc18effdef
treef6c190f58708e12fd7115b0b3bd961dd0195e82e
parentefdb2d6c797112e58e304d3e5300f169dbb16e95
include/openssl/e_os2.h: fix 'noreturn' pre-processor logic.

Newer gcc still recognizes e.g. -std=c9x in which case it wouldn't
have used 'noreturn' at all with original logic.

Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/e_os2.h