Typo in fipsld.

This commit is contained in:
Andy Polyakov 2007-08-01 11:49:16 +00:00
parent 8f0d89092e
commit 4d4d27a2a0

View file

@ -54,7 +54,7 @@ THERE="`echo $0 | sed -e 's|[^/]*$||'`"..
# If set, FIPSLIBDIR is location of installed validated FIPS module
if [ -n "${FIPSLIBDIR}" ]; then
CANISTER_O="${FIPSLIBDIR}"
CANISTER_O="${FIPSLIBDIR}/fipscanister.o"
elif [ -f "${THERE}/fips-1.0/fipscanister.o" ]; then
CANISTER_O="${THERE}/fips-1.0/fipscanister.o"
elif [ -f "${THERE}/lib/fipscanister.o" ]; then