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:
d983603
)
Add /fixed option to linker with fips builds.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 8 Sep 2011 13:55:47 +0000
(13:55 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 8 Sep 2011 13:55:47 +0000
(13:55 +0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 6918e8898d1e0b3df3636d3b469b0695b1d2a130..a665b562e1b1a536835165f81e24ddbb6b5078bd 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-162,6
+162,8
@@
$app_cflag.=" /Zi /Fd\$(TMP_D)/app";
$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib";
$lflags.=" /debug";
+$lflags.=" /fixed" if $fips;
+
$obj='.obj';
$asm_suffix='.asm';
$ofile="/Fo";