VMS: fix library compatibility settings in util/mkdef.pl
authorRichard Levitte <levitte@openssl.org>
Mon, 10 Dec 2018 10:37:19 +0000 (11:37 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 10 Dec 2018 12:42:41 +0000 (13:42 +0100)
commitd1c87578a29b9b6506ff8c11bdf3e5d63f784965
tree1ff7b06229abece1435100d3b5d55fb0e71e1e04
parent2bafe6cfeda5dc27fbc4c17cd351063872e0c0fd
VMS: fix library compatibility settings in util/mkdef.pl

The regexp to parse the incoming version number was flawed, and since
we allow ourselves to add missing APIs in PATCH releases, the
compatibility settings still need to include the PATCH part of the
version number.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7858)
util/mkdef.pl