Fix c++ build

This commit is contained in:
Pieter Wuille
2021-12-17 15:43:50 -05:00
parent c45386d994
commit e05da9e480
6 changed files with 20 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include "../include/secp256k1.h"
#include "group.h"
#include "ecmult_gen.h"
#include "precomputed_ecmult_gen.h"
#ifdef EXHAUSTIVE_TEST_ORDER
# error Cannot compile precomputed_ecmult_gen.c in exhaustive test mode
#endif /* EXHAUSTIVE_TEST_ORDER */