diff options
Diffstat (limited to 'src/num_gmp_impl.h')
-rw-r--r-- | src/num_gmp_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/num_gmp_impl.h b/src/num_gmp_impl.h index 3a46495eea..0ae2a8ba0e 100644 --- a/src/num_gmp_impl.h +++ b/src/num_gmp_impl.h @@ -4,8 +4,8 @@ * file COPYING or http://www.opensource.org/licenses/mit-license.php.* **********************************************************************/ -#ifndef _SECP256K1_NUM_REPR_IMPL_H_ -#define _SECP256K1_NUM_REPR_IMPL_H_ +#ifndef SECP256K1_NUM_REPR_IMPL_H +#define SECP256K1_NUM_REPR_IMPL_H #include <string.h> #include <stdlib.h> @@ -285,4 +285,4 @@ static void secp256k1_num_negate(secp256k1_num *r) { r->neg ^= 1; } -#endif +#endif /* SECP256K1_NUM_REPR_IMPL_H */ |