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:
64f5178
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 26 May 2011 22:01:49 +0000
(22:01 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 26 May 2011 22:01:49 +0000
(22:01 +0000)
fips/fipsld
patch
|
blob
|
history
diff --git
a/fips/fipsld
b/fips/fipsld
index 8ce39c3ea50412b940ce49b5d9412b2c008b740a..d6c88e95457f58794ddb33b77351bc2a7e0b7cfb 100755
(executable)
--- a/
fips/fipsld
+++ b/
fips/fipsld
@@
-107,7
+107,7
@@
lib*|*.dll) # must be linking a shared lib...
{ echo "${CANISTER_O} fingerprint mismatch"; exit 1; }
[ -z "${FIPSLD_LIBCRYPTO}" -a -f "${THERE}/libcrypto.a" ] && \
- FIPSLD_LIBCRYPTO =
-f
"${THERE}/libcrypto.a"
+ FIPSLD_LIBCRYPTO = "${THERE}/libcrypto.a"
# Temporarily remove fipscanister.o from libcrypto.a!