提交 4f9b306c 编写于 作者: B Ben Laurie

Fix clearly untested "clever" hack.

上级 74cc3698
:
eval 'exec perl $0 -S ${1+"$@"}'
eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
##
## Configure -- OpenSSL source tree configuration script
......
......@@ -258,7 +258,7 @@ BN_MONT_CTX *mont;
good=0;
BN_mod_mul_montgomery(dd,d,d,mont,ctx2);
if (good && (BN_cmp(dd,mont_one) == 0))
{
ret=1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册