Fix include guards: No _ prefix/suffix but _H suffix (as in upstream)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef SECP256K1_MODULE_GENERATOR_MAIN
|
||||
#define SECP256K1_MODULE_GENERATOR_MAIN
|
||||
#ifndef SECP256K1_MODULE_GENERATOR_MAIN_H
|
||||
#define SECP256K1_MODULE_GENERATOR_MAIN_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef _SECP256K1_PEDERSEN_H_
|
||||
#define _SECP256K1_PEDERSEN_H_
|
||||
#ifndef SECP256K1_PEDERSEN_H
|
||||
#define SECP256K1_PEDERSEN_H
|
||||
|
||||
#include "../../ecmult_gen.h"
|
||||
#include "../../group.h"
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* file COPYING or http://www.opensource.org/licenses/mit-license.php. *
|
||||
***********************************************************************/
|
||||
|
||||
#ifndef _SECP256K1_PEDERSEN_IMPL_H_
|
||||
#define _SECP256K1_PEDERSEN_IMPL_H_
|
||||
#ifndef SECP256K1_PEDERSEN_IMPL_H
|
||||
#define SECP256K1_PEDERSEN_IMPL_H
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef SECP256K1_MODULE_GENERATOR_TESTS
|
||||
#define SECP256K1_MODULE_GENERATOR_TESTS
|
||||
#ifndef SECP256K1_MODULE_GENERATOR_TESTS_H
|
||||
#define SECP256K1_MODULE_GENERATOR_TESTS_H
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user