aboutsummaryrefslogtreecommitdiff
path: root/src/scratch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scratch.h')
-rw-r--r--src/scratch.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/scratch.h b/src/scratch.h
index 77b35d126b..9dcb7581f6 100644
--- a/src/scratch.h
+++ b/src/scratch.h
@@ -1,11 +1,11 @@
-/**********************************************************************
- * Copyright (c) 2017 Andrew Poelstra *
- * Distributed under the MIT software license, see the accompanying *
- * file COPYING or http://www.opensource.org/licenses/mit-license.php.*
- **********************************************************************/
-
-#ifndef _SECP256K1_SCRATCH_
-#define _SECP256K1_SCRATCH_
+/***********************************************************************
+ * Copyright (c) 2017 Andrew Poelstra *
+ * Distributed under the MIT software license, see the accompanying *
+ * file COPYING or https://www.opensource.org/licenses/mit-license.php.*
+ ***********************************************************************/
+
+#ifndef SECP256K1_SCRATCH_H
+#define SECP256K1_SCRATCH_H
/* The typedef is used internally; the struct name is used in the public API
* (where it is exposed as a different typedef) */