File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1010
1111#include <time.h>
1212
13+ #ifdef USE_EXTERNAL_DEFAULT_CALLBACKS
14+ #pragma message("Ignoring USE_EXTERNAL_CALLBACKS in tests.")
15+ #undef USE_EXTERNAL_DEFAULT_CALLBACKS
16+ #endif
1317#include "secp256k1.c"
18+
1419#include "../include/secp256k1.h"
1520#include "../include/secp256k1_preallocated.h"
1621#include "testrand_impl.h"
Original file line number Diff line number Diff line change 1313#define EXHAUSTIVE_TEST_ORDER 13
1414#endif
1515
16+ #ifdef USE_EXTERNAL_DEFAULT_CALLBACKS
17+ #pragma message("Ignoring USE_EXTERNAL_CALLBACKS in exhaustive_tests.")
18+ #undef USE_EXTERNAL_DEFAULT_CALLBACKS
19+ #endif
1620#include "secp256k1.c"
21+
1722#include "../include/secp256k1.h"
1823#include "assumptions.h"
1924#include "group.h"
You can’t perform that action at this time.
0 commit comments