summaryrefslogtreecommitdiffstats
path: root/fips/fipsld
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-26 13:59:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-26 13:59:11 +0000
commited0a35f222b3bd23d887205e7fef37a55045c0d1 (patch)
treed3443ccc98a24cacbea51fa3dc08441e8bed5abe /fips/fipsld
parent2bc3ad28b3ff60779ba0056edc05aa26f58e19b2 (diff)
Install fips_standalone_sha1 and make use of it in fipsld script.
Diffstat (limited to 'fips/fipsld')
-rwxr-xr-xfips/fipsld2
1 files changed, 2 insertions, 0 deletions
diff --git a/fips/fipsld b/fips/fipsld
index 8c26c8596d..34b6e01bc0 100755
--- a/fips/fipsld
+++ b/fips/fipsld
@@ -138,6 +138,8 @@ lib*|*.dll) # must be linking a shared lib...
# directory or off the installed binary target destination.
if [ -x "${THERE}/fips/fips_standalone_sha1" ]; then
FINGERTYPE="${THERE}/fips/fips_standalone_sha1"
+ elif [ -x "${THERE}/bin/fips_standalone_sha1" ]; then
+ FINGERTYPE="${THERE}/bin/fips_standalone_sha1"
else # Installed tree is expected to contain
# lib/fipscanister.o, lib/fipscanister.o.sha1 and
# lib/fips_premain.c [not to mention bin/openssl].