@ -24,3 +24,7 @@ iguana/pnacl/Release/iguana_unstripped.bc---linked.pre_opt.pexe
*.d
iguana/tests/.priv2wif.swp
agents/libiguana.a
iguana/iguana_rpc.o-2ed461a0
@ -66,8 +66,8 @@
//#define fopen myfopen
//#define fclose myfclose
FILE *myfopen(char *fname,char *mode);
int32_t myfclose(FILE *fp);
//FILE *myfopen(char *fname,char *mode);
//int32_t myfclose(FILE *fp);
struct huffstream { uint8_t *ptr,*buf; uint32_t bitoffset,maski,endpos; uint32_t allocsize:31,allocated:1; };
typedef struct huffstream HUFF;
@ -15,6 +15,7 @@
#include "OS_portable.h"
#define USE_CURL
#ifdef USE_CURL
#ifdef _WIN32
#include <curl.h>
@ -26,7 +26,7 @@
#include "secp256k1/include/secp256k1.h"
//#include "../../secp256k1-zkp/include/secp256k1.h"
#undef fopen
/*#undef fopen
#undef fclose
int32_t Fopen_count,Fclose_count;
@ -47,7 +47,7 @@ int32_t myfclose(FILE *fp)
{
Fclose_count++;
return(fclose(fp));
}
}*/
// ALL globals must be here!
char *Iguana_validcommands[] =
@ -12,6 +12,9 @@
#cd ../SuperNET
#fi
#./configure --disable-shared --without-ssl --with-cyassl --without-zlib --without-ldap --disable-ldap
#./configure --enable-opensslextra --disable-shared --enable-static --enable-fastmath
git pull
cd crypto777
./$1