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
This commit is contained in:
Aaron Voisine 2021-04-10 11:37:08 -07:00 committed by Tim Ruffing
parent a3aa2628c7
commit 07067967ee
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#ifdef USE_BASIC_CONFIG
#define ECMULT_WINDOW_SIZE 15
#define ECMULT_GEN_PREC_BITS 4
#endif /* USE_BASIC_CONFIG */