Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ref/blake2-impl.h')
-rw-r--r--ref/blake2-impl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ref/blake2-impl.h b/ref/blake2-impl.h
index 8314380..46440bf 100644
--- a/ref/blake2-impl.h
+++ b/ref/blake2-impl.h
@@ -12,9 +12,8 @@
More information about the BLAKE2 hash function can be found at
https://blake2.net.
*/
-#pragma once
-#ifndef __BLAKE2_IMPL_H__
-#define __BLAKE2_IMPL_H__
+#ifndef BLAKE2_IMPL_H
+#define BLAKE2_IMPL_H
#include <stdint.h>
#include <string.h>