Add /fixed option to linker with fips builds.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 8 Sep 2011 13:55:47 +0000 (13:55 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 8 Sep 2011 13:55:47 +0000 (13:55 +0000)
util/pl/VC-32.pl

index 6918e8898d1e0b3df3636d3b469b0695b1d2a130..a665b562e1b1a536835165f81e24ddbb6b5078bd 100644 (file)
@@ -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";