Fix include guards: No _ prefix/suffix but _H suffix (as in upstream)

This commit is contained in:
Tim Ruffing
2023-04-21 11:47:54 +02:00
parent 0eea7d97ab
commit e444d24bca
30 changed files with 60 additions and 60 deletions

View File

@@ -3,8 +3,8 @@
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
**********************************************************************/
#ifndef SECP256K1_MODULE_SURJECTION_MAIN
#define SECP256K1_MODULE_SURJECTION_MAIN
#ifndef SECP256K1_MODULE_SURJECTION_MAIN_H
#define SECP256K1_MODULE_SURJECTION_MAIN_H
#include <assert.h>
#include <string.h>