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 'sse/blake2.h')
-rw-r--r--sse/blake2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sse/blake2.h b/sse/blake2.h
index ac6e7de..ad62f26 100644
--- a/sse/blake2.h
+++ b/sse/blake2.h
@@ -123,13 +123,13 @@ extern "C" {
typedef struct blake2b_param__ blake2b_param;
- typedef struct blake2xs_state__
+ typedef struct blake2xs_state__
{
blake2s_state S[1];
blake2s_param P[1];
} blake2xs_state;
- typedef struct blake2xb_state__
+ typedef struct blake2xb_state__
{
blake2b_state S[1];
blake2b_param P[1];
@@ -193,4 +193,3 @@ extern "C" {
#endif
#endif
-