X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fpl%2FOS2-EMX.pl;h=28cd1169079ab47b3a61799a0f1918607c0de858;hb=b70e4d3e904e30796efaed77ac149e4b9e945826;hp=ddb35242108c59872c9fac3348f2fba71657f448;hpb=b0c0f200712ea51b6442fa0d496a6e0088017890;p=oweals%2Fopenssl.git diff --git a/util/pl/OS2-EMX.pl b/util/pl/OS2-EMX.pl index ddb3524210..28cd116907 100644 --- a/util/pl/OS2-EMX.pl +++ b/util/pl/OS2-EMX.pl @@ -68,6 +68,7 @@ if (!$no_asm) $sha1_asm_src="crypto/sha/asm/s1-os2.asm"; $rmd160_asm_obj="crypto/ripemd/asm/rm-os2$obj"; $rmd160_asm_src="crypto/ripemd/asm/rm-os2.asm"; + $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS"; } if ($shlib)