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 10
10
11
11
#include <time.h>
12
12
13
+ #ifdef USE_EXTERNAL_DEFAULT_CALLBACKS
14
+ #pragma message("Ignoring USE_EXTERNAL_CALLBACKS in tests.")
15
+ #undef USE_EXTERNAL_DEFAULT_CALLBACKS
16
+ #endif
13
17
#include "secp256k1.c"
18
+
14
19
#include "../include/secp256k1.h"
15
20
#include "../include/secp256k1_preallocated.h"
16
21
#include "testrand_impl.h"
Original file line number Diff line number Diff line change 13
13
#define EXHAUSTIVE_TEST_ORDER 13
14
14
#endif
15
15
16
+ #ifdef USE_EXTERNAL_DEFAULT_CALLBACKS
17
+ #pragma message("Ignoring USE_EXTERNAL_CALLBACKS in exhaustive_tests.")
18
+ #undef USE_EXTERNAL_DEFAULT_CALLBACKS
19
+ #endif
16
20
#include "secp256k1.c"
21
+
17
22
#include "../include/secp256k1.h"
18
23
#include "assumptions.h"
19
24
#include "group.h"
You can’t perform that action at this time.
0 commit comments