From 07067967ee9dcc4af10fd3a565ffb846a2593e92 Mon Sep 17 00:00:00 2001 From: Aaron Voisine Date: Sat, 10 Apr 2021 11:37:08 -0700 Subject: [PATCH] add ECMULT_GEN_PREC_BITS to basic_config.h set ECMULT_GEN_PREC_BITS to the "auto" value of 4 in basic_config.h, so libsecp can be used without autoconf --- src/basic-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic-config.h b/src/basic-config.h index 1326bf7c0e6c1..6f7693cb8fd04 100644 --- a/src/basic-config.h +++ b/src/basic-config.h @@ -10,6 +10,7 @@ #ifdef USE_BASIC_CONFIG #define ECMULT_WINDOW_SIZE 15 +#define ECMULT_GEN_PREC_BITS 4 #endif /* USE_BASIC_CONFIG */