Remove underscores from header defs.

This makes them consistent with other files and avoids reserved identifiers.
This commit is contained in:
Russell O'Connor
2021-01-23 14:48:35 -05:00
parent f2d9aeae6d
commit fb390c5299
9 changed files with 18 additions and 18 deletions

View File

@@ -4,8 +4,8 @@
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
***********************************************************************/
#ifndef _SECP256K1_MODULE_EXTRAKEYS_MAIN_
#define _SECP256K1_MODULE_EXTRAKEYS_MAIN_
#ifndef SECP256K1_MODULE_EXTRAKEYS_MAIN_H
#define SECP256K1_MODULE_EXTRAKEYS_MAIN_H
#include "include/secp256k1.h"
#include "include/secp256k1_extrakeys.h"