util/mkdef.pl: Produce version scripts from unversioned symbols
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Oct 2018 15:14:13 +0000 (17:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Oct 2018 06:22:42 +0000 (08:22 +0200)
commit97624638b02f056ac49517db93bb349b614cc810
treeafbd80540875886a4e7168a412b1e0c4c08d7981
parent52d78cc5ebc1d4fc021cabbcb09f4efb4c6ae82d
util/mkdef.pl: Produce version scripts from unversioned symbols

This allows setting up export maps for DSOs as well in a uniform way.
This also means that util/mkdef.pl no longer picks up the target
version from configdata.pm, and it has to be given on the command line
instead.  This may be used to give modules separate versions as well,
if desirable.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7347)
util/mkdef.pl