mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 16:48:08 +00:00
Merge pull request #5531
This commit is contained in:
commit
f4dcc1e009
@ -118,13 +118,6 @@ if test x"$req_field" = x"auto"; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$set_field" = x; then
|
|
||||||
SECP_GMP_CHECK
|
|
||||||
if test x"$has_gmp" = x"yes"; then
|
|
||||||
set_field=gmp
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x"$set_field" = x; then
|
if test x"$set_field" = x; then
|
||||||
set_field=32bit
|
set_field=32bit
|
||||||
fi
|
fi
|
||||||
@ -173,11 +166,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test x"$req_bignum" = x"auto"; then
|
if test x"$req_bignum" = x"auto"; then
|
||||||
SECP_GMP_CHECK
|
|
||||||
if test x"$has_gmp" = x"yes"; then
|
|
||||||
set_bignum=gmp
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x"$set_bignum" = x; then
|
if test x"$set_bignum" = x; then
|
||||||
set_bignum=none
|
set_bignum=none
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user