projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
580b600
)
Remove debugging echo.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 16 Jan 2007 19:45:14 +0000
(19:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 16 Jan 2007 19:45:14 +0000
(19:45 +0000)
fips-1.0/fipsld
patch
|
blob
|
history
diff --git
a/fips-1.0/fipsld
b/fips-1.0/fipsld
index 0698ce0886c9c90f8c5ac226c2e93b79acaaa809..a28c67dd97c1f924932c4fda69a23a2577bd8a51 100755
(executable)
--- a/
fips-1.0/fipsld
+++ b/
fips-1.0/fipsld
@@
-40,8
+40,6
@@
else
FIPSLIBDIR=${THERE}/fips-1.0
fi
-echo libdir = $FIPSLIBDIR
-
[ -f "${FIPSLIBDIR}/fipscanister.o" ] ||
{ echo "fipscanister.o not found"; exit 1; }