Fix AIX FIPS DEP.
authorShane Lontis <shane.lontis@oracle.com>
Mon, 7 Jun 2021 01:33:28 +0000 (11:33 +1000)
committerPauli <pauli@openssl.org>
Tue, 8 Jun 2021 05:18:00 +0000 (15:18 +1000)
commit69e0f8cca691dc474300422c48e14713ace8dd2c
tree341e44f5d4b8cf789329b1663a6d8a1d0062dcee
parent5d43bfa7d58c6af5e40d6615edc83c709df2852b
Fix AIX FIPS DEP.

The entry point needs the option 'binitfini', but it was not being
added since the perl code to detect the match did not work.

The entry point for AIX is no longer static - so a wrapper has been
added to call the static version.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15636)
Configurations/10-main.conf
Configurations/unix-Makefile.tmpl
providers/fips/self_test.c