]> Git Repo - secp256k1.git/commit - src/bench_ecdh.c
change local lib headers to be relative for those pointing at "include/" dir
authorWilliam Bright <[email protected]>
Tue, 4 May 2021 17:19:33 +0000 (13:19 -0400)
committerWilliam Bright <[email protected]>
Wed, 5 May 2021 13:24:05 +0000 (09:24 -0400)
commit3c90bdda95aa4e79ff33bfbbbe91872417650ae9
tree09aec3b2f26890117ec8338d76fdb5e5783afcda
parentd0bd2693e3088afc861d9d331571f848e4b8f0d2
change local lib headers to be relative for those pointing at "include/" dir

added relative paths to header files imported from src directory

added include guards for contrib/ files when referring to secp256k1.h
25 files changed:
contrib/lax_der_parsing.c
contrib/lax_der_parsing.h
contrib/lax_der_privatekey_parsing.c
contrib/lax_der_privatekey_parsing.h
src/bench_ecdh.c
src/bench_ecmult.c
src/bench_internal.c
src/bench_recover.c
src/bench_schnorrsig.c
src/bench_sign.c
src/bench_verify.c
src/gen_context.c
src/modules/ecdh/main_impl.h
src/modules/extrakeys/main_impl.h
src/modules/extrakeys/tests_exhaustive_impl.h
src/modules/extrakeys/tests_impl.h
src/modules/recovery/main_impl.h
src/modules/recovery/tests_exhaustive_impl.h
src/modules/schnorrsig/main_impl.h
src/modules/schnorrsig/tests_exhaustive_impl.h
src/modules/schnorrsig/tests_impl.h
src/secp256k1.c
src/tests.c
src/tests_exhaustive.c
src/valgrind_ctime_test.c
This page took 0.031928 seconds and 4 git commands to generate.