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:
4a18d5c
)
Set FIPSLINK correctly now trailing slash is removed from FIPSDIR.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 18 Jun 2011 19:35:03 +0000
(19:35 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 18 Jun 2011 19:35:03 +0000
(19:35 +0000)
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index b1474cb6ac8344a9cd9f25a13c8f05907b46ad9e..192e449ce4ab93014f97fcb9b4678a1218ca66a7 100755
(executable)
--- a/
util/mk1mf.pl
+++ b/
util/mk1mf.pl
@@
-489,7
+489,7
@@
O_FIPSCANISTER=\$(FIPSLIB_D)${o}fipscanister.lib
FIPS_SHA1_EXE=\$(FIPSDIR)${o}bin${o}fips_standalone_sha1${exep}
E_PREMAIN_DSO=fips_premain_dso
PREMAIN_DSO_EXE=\$(BIN_D)${o}fips_premain_dso$exep
-FIPSLINK=\$(PERL) \$(FIPSDIR)bin${o}fipslink.pl
+FIPSLINK=\$(PERL) \$(FIPSDIR)
${o}
bin${o}fipslink.pl
######################################################
# You should not need to touch anything below this point