Disable for now

This commit is contained in:
jl777
2019-02-20 09:43:00 -11:00
parent befefc81c9
commit 0fe4fdd07c
2 changed files with 1 additions and 2 deletions

View File

@@ -582,6 +582,6 @@ cJSON *cclib_reparse(int32_t *nump,cJSON *origparams) // assumes origparams will
//#define USE_BASIC_CONFIG
//#include "../secp256k1/src/basic-config.h"
//#include "../secp256k1/src/secp256k1.c"
#include "musig.cpp"
//#include "musig.cpp"
#endif

View File

@@ -25,7 +25,6 @@ int secp256k1_schnorrsig_serialize(const secp256k1_context* ctx, unsigned char *
}
int secp256k1_schnorrsig_parse(const secp256k1_context* ctx, secp256k1_schnorrsig* sig, const unsigned char *in64) {
parse is here
(void) ctx;
VERIFY_CHECK(ctx != NULL);
ARG_CHECK(sig != NULL);