summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/salsa20/nacl/salsa20_nacl.c')
-rw-r--r--src/crypto/cipher/salsa20/nacl/salsa20_nacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c b/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c
index fafc282..d2f1538 100644
--- a/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c
+++ b/src/crypto/cipher/salsa20/nacl/salsa20_nacl.c
@@ -29,7 +29,7 @@
#include <crypto_stream_salsa20.h>
-struct __attribute__((aligned(16))) fastd_cipher_state {
+struct fastd_cipher_state {
uint8_t key[crypto_stream_salsa20_KEYBYTES];
};