summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-05 13:32:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-05 13:32:56 +0000
commit2e8026b65a5edb9d332dfbeca7b9ea2c23f88d27 (patch)
treefc6290dea0f5e53263dcfcc1aa8bc923b887c72c /fips
parent381a9f04a0b3337b6302fc919307634cf8f04a91 (diff)
Oops!
Diffstat (limited to 'fips')
-rwxr-xr-xfips/fipsld5
1 files changed, 0 insertions, 5 deletions
diff --git a/fips/fipsld b/fips/fipsld
index 461f1effdd..c71d4d95a5 100755
--- a/fips/fipsld
+++ b/fips/fipsld
@@ -118,14 +118,11 @@ lib*|*.dll) # must be linking a shared lib...
# generate signature...
SIG=`"${THERE}/fips/fips_premain_dso" "${TARGET}"`
-echo $TARGET: $SIG >>/tmp/fipsld.log
-incore $TARGET >>/tmp/fipsld.log 2>&1
/bin/rm -f "${TARGET}"
if [ -z "${SIG}" ]; then
echo "unable to collect signature"; exit 1
fi
-
# recompile with signature...
${CC} ${CANISTER_O_CMD:+"${CANISTER_O_CMD}"} \
-DHMAC_SHA1_SIG=\"${SIG}\" "${PREMAIN_C}" \
@@ -160,8 +157,6 @@ incore $TARGET >>/tmp/fipsld.log 2>&1
# generate signature...
SIG=`"${TARGET}"`
-echo $TARGET: $SIG >>/tmp/fipsld.log
-incore $TARGET >>/tmp/fipsld.log 2>&1
/bin/rm -f "${TARGET}"
if [ -z "${SIG}" ]; then
echo "unable to collect signature"; exit 1