Configure et al: rename all dso_* to module_* in shared-info.pl
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Mar 2018 19:31:15 +0000 (20:31 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2018 16:24:02 +0000 (17:24 +0100)
commit48dcca265c9cb0c26459240ab1858577dacf9e67
treec72aa8e5449ef534c6acd1e970241fba4a0d9dd2
parentd420729b9e709b7a6fc227a073f526d86d8767e6
Configure et al: rename all dso_* to module_* in shared-info.pl

Because there are already attributes with the dso_ prefix that are
used instead of the corresponding lib_ attributes rather than in
addition to them, it gets confusing to have similar or exactly the
same attributes working with different semantics on Unix.

So we rename those by changing the prefix dso_ to module_, and having
those work just like the shared_ attributes, but for DSOs.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5534)
Configurations/shared-info.pl
Configure