aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/secp256k1/secp256.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/secp256k1/secp256.go b/crypto/secp256k1/secp256.go
index 9bdee75d8..6eafea2fa 100644
--- a/crypto/secp256k1/secp256.go
+++ b/crypto/secp256k1/secp256.go
@@ -12,6 +12,7 @@ package secp256k1
#define USE_FIELD_INV_BUILTIN
#define USE_SCALAR_8X32
#define USE_SCALAR_INV_BUILTIN
+#define NDEBUG
#include "./secp256k1/src/secp256k1.c"
*/
import "C"
devel/commoncpp port was updatedacm2006-10-071-1/+2 * - Update to 2.5.9acm2006-08-143-9/+10 * Conversion to a single libtool environment.ade2006-02-232-5/+3 * Upgrade to 2.5.8.vanilla2006-01-274-58/+7 * - Add SHA256pav2005-11-251-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Fix breakage of ccscript on 4.x by lifting requisite commoncpp to gcc 3.4vs2005-10-141-1/+5 * Chase commoncpp update and bump PORTREVISION for these ports.lawrance2005-06-241-2/+2 * - Chase commoncpp shlib bumppav2005-06-043-11/+9 * Unbreak on amd64.thierry2005-03-021-1/+7 * Update to 2.5.7 and unbreak.thierry2005-02-205-37/+57 * BROKEN on 5.x: Does not compilekris2005-01-25