mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-11 00:49:41 +00:00
Fix clearly untested "clever" hack.
This commit is contained in:
parent
74cc3698bd
commit
4f9b306ca7
@ -1,5 +1,5 @@
|
|||||||
:
|
:
|
||||||
eval 'exec perl $0 -S ${1+"$@"}'
|
eval 'exec perl -S $0 ${1+"$@"}'
|
||||||
if $running_under_some_shell;
|
if $running_under_some_shell;
|
||||||
##
|
##
|
||||||
## Configure -- OpenSSL source tree configuration script
|
## Configure -- OpenSSL source tree configuration script
|
||||||
|
@ -258,7 +258,7 @@ BN_MONT_CTX *mont;
|
|||||||
good=0;
|
good=0;
|
||||||
|
|
||||||
BN_mod_mul_montgomery(dd,d,d,mont,ctx2);
|
BN_mod_mul_montgomery(dd,d,d,mont,ctx2);
|
||||||
|
|
||||||
if (good && (BN_cmp(dd,mont_one) == 0))
|
if (good && (BN_cmp(dd,mont_one) == 0))
|
||||||
{
|
{
|
||||||
ret=1;
|
ret=1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user