提交 03bc500a 编写于 作者: D Dr. Stephen Henson

Remove gf2m modules from bn_asm if no-ec2m set.

上级 bfe1d2f8
......@@ -1363,6 +1363,10 @@ if ($no_asm)
$cflags=~s/\-D[BL]_ENDIAN// if ($fips);
$thread_cflags=~s/\-D[BL]_ENDIAN// if ($fips);
}
elsif (defined($disabled{ec2m}))
{
$bn_obj =~ s/\w+-gf2m.o//;
}
if (!$no_shared)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册