Configurations/unix-Makefile.tmpl: switch to "natural" AIX shared libraries.
authorAndy Polyakov <appro@openssl.org>
Thu, 14 Jun 2018 09:45:15 +0000 (11:45 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 22 Jun 2018 08:57:01 +0000 (10:57 +0200)
commitcff89b179c91c7c1f6f08b2c1f1697005c1804d2
tree2f12a8427ae6026b301aac2a615256284610fcaa
parentb48d4397b8ee4256f0b0a115eb99f27ae89995e0
Configurations/unix-Makefile.tmpl: switch to "natural" AIX shared libraries.

AIX treats its shared libraries in unique manner, by placing multiple
shared objects of different versions and bitnesses, into .a file.
So far we have been naively linking with version-less libcrypto|ssl.so,
which poses long-term maintenance problems. One could choose to link
straight with libcrypto.so.X.Y [or libcrypto.X.Y.so], but it would be
inconsistent with the way AIX [or Unix] does things.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6487)
Configurations/10-main.conf
Configurations/unix-Makefile.tmpl