File tree Expand file tree Collapse file tree 5 files changed +1
-8
lines changed
Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ bench_sign_SOURCES = src/bench_sign.c
8484bench_sign_LDADD = libsecp256k1.la $(SECP_LIBS ) $(SECP_TEST_LIBS ) $(COMMON_LIB )
8585bench_internal_SOURCES = src/bench_internal.c
8686bench_internal_LDADD = $(SECP_LIBS ) $(COMMON_LIB )
87- bench_internal_CPPFLAGS = $(SECP_INCLUDES )
87+ bench_internal_CPPFLAGS = -DSECP256K1_BUILD $(SECP_INCLUDES )
8888endif
8989
9090if USE_TESTS
Original file line number Diff line number Diff line change 77#ifndef _SECP256K1_FIELD_REPR_IMPL_H_
88#define _SECP256K1_FIELD_REPR_IMPL_H_
99
10- #include <stdio.h>
11- #include <string.h>
1210#include "util.h"
1311#include "num.h"
1412#include "field.h"
Original file line number Diff line number Diff line change 1111#include "libsecp256k1-config.h"
1212#endif
1313
14- #include <string.h>
1514#include "util.h"
1615#include "num.h"
1716#include "field.h"
Original file line number Diff line number Diff line change 77#ifndef _SECP256K1_GROUP_IMPL_H_
88#define _SECP256K1_GROUP_IMPL_H_
99
10- #include <string.h>
11-
1210#include "num.h"
1311#include "field.h"
1412#include "group.h"
Original file line number Diff line number Diff line change 77#ifndef _SECP256K1_SCALAR_IMPL_H_
88#define _SECP256K1_SCALAR_IMPL_H_
99
10- #include <string.h>
11-
1210#include "group.h"
1311#include "scalar.h"
1412
You can’t perform that action at this time.
0 commit comments