Commit ed0a35f2 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Install fips_standalone_sha1 and make use of it in fipsld script.

parent 2bc3ad28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ SRC= $(LIBSRC)

EXHEADER=fips.h fipssyms.h
HEADER=$(EXHEADER) fips_utl.h fips_locl.h
EXE=fipsld
EXE=fipsld fips_standalone_sha1

ALL=    $(GENERAL) $(SRC) $(HEADER)

+2 −0
Original line number Diff line number Diff line
@@ -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].