util/mkdef.pl: Make symbol version processing Linux only
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2017 19:11:48 +0000 (21:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jun 2017 19:21:20 +0000 (21:21 +0200)
commit60ccf93d1bb5fb29907f789a913e6e259dfc1ee2
tree7ce47310aa6a6552a8f1b9a6fe9a8eaa3514c60e
parentc2b980d89fa8aa2084206f007ab9879cee4cda4e
util/mkdef.pl: Make symbol version processing Linux only

For Windows, we care which way it is, the resulting file is just a pile
of symbols.  For VMS, we really need to care about the numeric ordering,
and getting the symbols sorted by symbol version too didn't agree with
that.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3804)

(cherry picked from commit 0e288c2af2f24121ebd5f0c58912d9429915c02a)
util/mkdef.pl