]> Git Repo - secp256k1.git/commit - Makefile.am
Define SECP256K1_BUILD in secp256k1.c directly.
authorGregory Maxwell <[email protected]>
Sat, 1 May 2021 17:08:52 +0000 (17:08 +0000)
committerGregory Maxwell <[email protected]>
Sat, 1 May 2021 19:27:27 +0000 (19:27 +0000)
commitae9e648526ceaf7cd97ba4dfe3c105db8e226c35
tree73f8a675d043967c5ef90365bd4042b993842703
parentefad3506a8937162e8010f5839fdf3771dfcf516
Define SECP256K1_BUILD in secp256k1.c directly.

This avoids building without it and makes it safer to use a custom
 building environment.  Test harnesses need to #include secp256k1.c
 first now.
Makefile.am
include/secp256k1.h
src/bench_ecmult.c
src/bench_internal.c
src/secp256k1.c
src/tests_exhaustive.c
This page took 0.024972 seconds and 4 git commands to generate.