mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "crypto/secp256k1: define NDEBUG only if not defined (#27550)"
This reverts commit 7513a76e80.
This commit is contained in:
parent
e05defd8ca
commit
40e7d96a2d
1 changed files with 1 additions and 4 deletions
|
|
@ -21,14 +21,11 @@ package secp256k1
|
||||||
# define USE_SCALAR_8X32
|
# define USE_SCALAR_8X32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
# define NDEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define USE_ENDOMORPHISM
|
#define USE_ENDOMORPHISM
|
||||||
#define USE_NUM_NONE
|
#define USE_NUM_NONE
|
||||||
#define USE_FIELD_INV_BUILTIN
|
#define USE_FIELD_INV_BUILTIN
|
||||||
#define USE_SCALAR_INV_BUILTIN
|
#define USE_SCALAR_INV_BUILTIN
|
||||||
|
#define NDEBUG
|
||||||
#include "./libsecp256k1/src/secp256k1.c"
|
#include "./libsecp256k1/src/secp256k1.c"
|
||||||
#include "./libsecp256k1/src/modules/recovery/main_impl.h"
|
#include "./libsecp256k1/src/modules/recovery/main_impl.h"
|
||||||
#include "ext.h"
|
#include "ext.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue