Build: correct BASE shlib_version_as_filename
authorRichard Levitte <levitte@openssl.org>
Sat, 2 Feb 2019 08:47:16 +0000 (09:47 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Feb 2019 15:27:02 +0000 (16:27 +0100)
commit61db9961417e74cbd4a285fe482f1f2b30c5536b
tree3b8a49734f0a8e351404bb086623deea49777a81
parent1842f369e5541d8ed9b2716cdd7d516005994733
Build: correct BASE shlib_version_as_filename

This function is designed to use $config{shlib_version} directly
instead of taking an input argument, yet the BASE variant didn't do
this.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8146)
Configurations/platform/BASE.pm