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:
authorSamuel Neves <sneves@dei.uc.pt>2016-06-11 12:29:09 +0300
committerSamuel Neves <sneves@dei.uc.pt>2016-06-11 12:29:09 +0300
commit259e61dedee5383eac1a90db6ef88f9ccdcf6002 (patch)
treeb997048fe6974267dd62bb8a0c50f0b21d40a5cb /sse/blake2-impl.h
parente971a0428f61a2d07f253b979eaf24b85e3cda50 (diff)
api cleanup
Diffstat (limited to 'sse/blake2-impl.h')
-rw-r--r--sse/blake2-impl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sse/blake2-impl.h b/sse/blake2-impl.h
index 8314380..46440bf 100644
--- a/sse/blake2-impl.h
+++ b/sse/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>