Revert
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
#include "ecdsa_impl.h"
|
#include "ecdsa_impl.h"
|
||||||
#include "eckey_impl.h"
|
#include "eckey_impl.h"
|
||||||
#include "hash_impl.h"
|
#include "hash_impl.h"
|
||||||
#include "scratch_impl.h"
|
|
||||||
|
|
||||||
#define ARG_CHECK(cond) do { \
|
#define ARG_CHECK(cond) do { \
|
||||||
if (EXPECT(!(cond), 0)) { \
|
if (EXPECT(!(cond), 0)) { \
|
||||||
@@ -601,9 +600,6 @@ int secp256k1_ec_pubkey_combine(const secp256k1_context* ctx, secp256k1_pubkey *
|
|||||||
# include "modules/ecdh/main_impl.h"
|
# include "modules/ecdh/main_impl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#include "modules/schnorrsig/main_impl.h"
|
|
||||||
//#include "modules/musig/main_impl.h"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_MODULE_RECOVERY
|
#ifdef ENABLE_MODULE_RECOVERY
|
||||||
# include "modules/recovery/main_impl.h"
|
# include "modules/recovery/main_impl.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user