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:
4f8f8bf
)
No spaces in assignements in a shell script...
author
Richard Levitte
<levitte@openssl.org>
Sat, 4 Jun 2011 09:00:59 +0000
(09:00 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 4 Jun 2011 09:00:59 +0000
(09:00 +0000)
fips/fipsld
patch
|
blob
|
history
diff --git
a/fips/fipsld
b/fips/fipsld
index d6c88e95457f58794ddb33b77351bc2a7e0b7cfb..6184e2064e409f73bfa2541c7b4f8378ac9aaef1 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
=
"${THERE}/libcrypto.a"
+ FIPSLD_LIBCRYPTO
=
"${THERE}/libcrypto.a"
# Temporarily remove fipscanister.o from libcrypto.a!