From 65a30e52d4fc1076f62522ed4d1a587209ef751f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 26 Apr 2013 21:43:20 -0700 Subject: [PATCH] Make ECRYPT_ctx non-anonymous --- src/libsodium/crypto_stream/aes256estream/hongjun/ecrypt-sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/crypto_stream/aes256estream/hongjun/ecrypt-sync.h b/src/libsodium/crypto_stream/aes256estream/hongjun/ecrypt-sync.h index 75a4d408..6dafedbe 100644 --- a/src/libsodium/crypto_stream/aes256estream/hongjun/ecrypt-sync.h +++ b/src/libsodium/crypto_stream/aes256estream/hongjun/ecrypt-sync.h @@ -12,7 +12,7 @@ typedef uint32_t u32; #define Nb 4 #pragma pack(push, 1) -__attribute__((aligned(64))) typedef struct +__attribute__((aligned(64))) typedef struct ECRYPT_ctx { u32 round_key[Nr+1][4]; u32 counter[4];