Act on deprecation of LONG and ZLONG, step 3
authorRichard Levitte <levitte@openssl.org>
Wed, 5 Apr 2017 15:06:01 +0000 (17:06 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 10 Apr 2017 10:11:00 +0000 (12:11 +0200)
commit676cc3a67faf8170be910c2149d65616697cb126
treeef18e07186fd1bebd63146ab78efecf86006e005
parent6a32a3c058dbd9fa7cec5b020e4f027808972e4a
Act on deprecation of LONG and ZLONG, step 3

Teach util/mkdef.pl to recognise these lines:

    #if OPENSSL_API_COMPAT < 0xXXXXXXXXL

    #if OPENSSL_API_COMPAT >= 0xXXXXXXXXL

and add corresponding markers in util/*.num

A final 'make update' sets those markers right for LONG and ZLONG.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3126)
util/libcrypto.num
util/mkdef.pl