]> Git Repo - secp256k1.git/commit - src/hash_impl.h
Fix header guards using reserved identifiers
authorDan Raviv <[email protected]>
Sat, 26 Aug 2017 15:44:21 +0000 (18:44 +0300)
committerDan Raviv <[email protected]>
Sat, 26 Aug 2017 15:44:21 +0000 (18:44 +0300)
commitabe2d3e84baf5a3a54514cd7abd60dce9b544387
tree2da8c71910744fe17d085a5fc76549218194e4a1
parentf532bdc9f77f7bbf7e93faabfbe9c483f0a9f75f
Fix header guards using reserved identifiers

Identifiers starting with an underscore and followed immediately by a capital letter are reserved by the C++ standard.

The only header guards not fixed are those in the headers auto-generated from java.
48 files changed:
contrib/lax_der_parsing.h
contrib/lax_der_privatekey_parsing.h
include/secp256k1.h
include/secp256k1_ecdh.h
include/secp256k1_recovery.h
src/basic-config.h
src/bench.h
src/ecdsa.h
src/ecdsa_impl.h
src/eckey.h
src/eckey_impl.h
src/ecmult.h
src/ecmult_const.h
src/ecmult_const_impl.h
src/ecmult_gen.h
src/ecmult_gen_impl.h
src/ecmult_impl.h
src/field.h
src/field_10x26.h
src/field_10x26_impl.h
src/field_5x52.h
src/field_5x52_asm_impl.h
src/field_5x52_impl.h
src/field_5x52_int128_impl.h
src/field_impl.h
src/group.h
src/group_impl.h
src/hash.h
src/hash_impl.h
src/modules/ecdh/main_impl.h
src/modules/ecdh/tests_impl.h
src/modules/recovery/main_impl.h
src/modules/recovery/tests_impl.h
src/num.h
src/num_gmp.h
src/num_gmp_impl.h
src/num_impl.h
src/scalar.h
src/scalar_4x64.h
src/scalar_4x64_impl.h
src/scalar_8x32.h
src/scalar_8x32_impl.h
src/scalar_impl.h
src/scalar_low.h
src/scalar_low_impl.h
src/testrand.h
src/testrand_impl.h
src/util.h
This page took 0.03434 seconds and 4 git commands to generate.