summaryrefslogtreecommitdiffstats
path: root/util/pl/Mingw32.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/pl/Mingw32.pl')
-rw-r--r--util/pl/Mingw32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/Mingw32.pl b/util/pl/Mingw32.pl
index 043a3a53ee..d0472df278 100644
--- a/util/pl/Mingw32.pl
+++ b/util/pl/Mingw32.pl
@@ -43,7 +43,7 @@ if ($gaswin and !$no_asm)
$rmd160_asm_src='crypto/ripemd/asm/rm-win32.s';
$sha1_asm_obj='$(OBJ_D)\s1-win32.o';
$sha1_asm_src='crypto/sha/asm/s1-win32.s';
- $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM";
+ $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
}