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:
8f0d890
)
Typo in fipsld.
author
Andy Polyakov
<appro@openssl.org>
Wed, 1 Aug 2007 11:49:16 +0000
(11:49 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 1 Aug 2007 11:49:16 +0000
(11:49 +0000)
fips-1.0/fipsld
patch
|
blob
|
history
diff --git
a/fips-1.0/fipsld
b/fips-1.0/fipsld
index dbc2ab100b02e927a99466cd4c83b6c4d2ee0914..e8a8e1f2456e67062ea420cb439e44f456b125dc 100755
(executable)
--- a/
fips-1.0/fipsld
+++ b/
fips-1.0/fipsld
@@
-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