]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: AIX needs a specific DSO extension function
authorRichard Levitte <levitte@openssl.org>
Sat, 25 May 2019 09:02:59 +0000 (11:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 Jun 2019 14:07:40 +0000 (16:07 +0200)
commit26de4ec68f9c332c8d24376b986cd54954d7c6d2
treea5f40392e285b09d706eba428833534ff339307f
parent65dc5c3cc10af7c6f24ecd922adb7b6d17a9fe65
Configure: AIX needs a specific DSO extension function

DSO extensions are normally derived from platform->shlibextsimple() on
Unix.  This isn't the case for AIX, so it needs to define its own DSO
extension specifically.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9005)
Configurations/platform/AIX.pm