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/blake2b.c')
-rw-r--r--sse/blake2b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sse/blake2b.c b/sse/blake2b.c
index 041c2d2..423bd39 100644
--- a/sse/blake2b.c
+++ b/sse/blake2b.c
@@ -37,7 +37,7 @@
#include "blake2b-round.h"
-ALIGN( 64 ) static const uint64_t blake2b_IV[8] =
+static const uint64_t blake2b_IV[8] =
{
0x6a09e667f3bcc908ULL, 0xbb67ae8584caa73bULL,
0x3c6ef372fe94f82bULL, 0xa54ff53a5f1d36f1ULL,