diff --git a/crypto777/iguana_secp.c b/crypto777/iguana_secp.c index 43cba0f18..1328871db 100755 --- a/crypto777/iguana_secp.c +++ b/crypto777/iguana_secp.c @@ -22,7 +22,7 @@ #include "../../secp256k1-zkp/include/secp256k1.h" static const char base58_chars[] = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"; -sss + void bn_mpi2bn(BIGNUM *vo,uint8_t *data,int32_t datalen) { uint8_t vch2[64 + 4]; uint32_t i,vch2_len = (int32_t)datalen + 4; diff --git a/crypto777/m_unix b/crypto777/m_unix index 22756f251..f3c0a59ce 100755 --- a/crypto777/m_unix +++ b/crypto777/m_unix @@ -1,3 +1,4 @@ +git pull rm *.o gcc -c -O2 *.c jpeg/*.c jpeg/unix/*.c -I/usr/lib/x86_64-linux-gnu/curl rm -f ../agents/libcrypto777.a; ar rcu ../agents/libcrypto777.a *.o