Remove the cast from the definition of OPENSSL_VERSION_NUMBER
authorMatt Caswell <matt@openssl.org>
Thu, 6 Dec 2018 14:42:17 +0000 (14:42 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Dec 2018 10:37:41 +0000 (10:37 +0000)
commit5d609f22d28615c45685d9da871d432e9cb81127
tree973213b129f99400825ffabf2727f8e37837b8fb
parent56bc3ea0a49b8aa99a4b031e7cb48ea87fe28e2d
Remove the cast from the definition of OPENSSL_VERSION_NUMBER

If a cast is included in the definition it cannot be used in preprocessor
expressions, e.g. "#if OPENSSL_VERSION_NUMBER > 0x10000000L"

[extended tests]

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7839)
include/openssl/opensslv.h