diff options
Diffstat (limited to 'src/lib/libcrypto/util/pl/BC-32.pl')
-rw-r--r-- | src/lib/libcrypto/util/pl/BC-32.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/util/pl/BC-32.pl b/src/lib/libcrypto/util/pl/BC-32.pl index 20cb3a9c50..78d60616a6 100644 --- a/src/lib/libcrypto/util/pl/BC-32.pl +++ b/src/lib/libcrypto/util/pl/BC-32.pl | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | $ssl= "ssleay32"; | 5 | $ssl= "ssleay32"; |
6 | $crypto="libeay32"; | 6 | $crypto="libeay32"; |
7 | $RSAref="RSAref32"; | ||
8 | 7 | ||
9 | $o='\\'; | 8 | $o='\\'; |
10 | $cp='copy'; | 9 | $cp='copy'; |
@@ -19,7 +18,7 @@ $out_def="out32"; | |||
19 | $tmp_def="tmp32"; | 18 | $tmp_def="tmp32"; |
20 | $inc_def="inc32"; | 19 | $inc_def="inc32"; |
21 | #enable max error messages, disable most common warnings | 20 | #enable max error messages, disable most common warnings |
22 | $cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -DDSO_WIN32 "; | 21 | $cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 "; |
23 | if ($debug) | 22 | if ($debug) |
24 | { | 23 | { |
25 | $cflags.="-Od -y -v -vi- -D_DEBUG"; | 24 | $cflags.="-Od -y -v -vi- -D_DEBUG"; |