提交 27650016 编写于 作者: A Andy Polyakov

Configure: fix aes_ctr.o regexp.

上级 653215a1
......@@ -1402,7 +1402,7 @@ if ($aes_obj =~ /\.o$/)
$cflags.=" -DAES_ASM";
# aes_ctr.o is not a real file, only indication that assembler
# module implements AES_ctr32_encrypt...
$cflags.=" -DAES_CTR_ASM" if ($aes_obj =~ s/\s*aes_ctr.o//);
$cflags.=" -DAES_CTR_ASM" if ($aes_obj =~ s/\s*aes_ctr\.o//);
$aes_obj =~ s/\s*aesni\-x86\.o// if ($no_sse2);
}
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册