mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
remove hard tabs
This commit is contained in:
@@ -4885,8 +4885,8 @@ static int ChachaAEADEncrypt(CYASSL* ssl, byte* out, const byte* input,
|
|||||||
byte additional[CHACHA20_BLOCK_SIZE];
|
byte additional[CHACHA20_BLOCK_SIZE];
|
||||||
byte nonce[AEAD_NONCE_SZ];
|
byte nonce[AEAD_NONCE_SZ];
|
||||||
byte cipher[CHACHA20_256_KEY_SIZE]; /* generated key for poly1305 */
|
byte cipher[CHACHA20_256_KEY_SIZE]; /* generated key for poly1305 */
|
||||||
#ifdef CHACHA_AEAD_TEST
|
#ifdef CHACHA_AEAD_TEST
|
||||||
int i;
|
int i;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XMEMSET(tag, 0, sizeof(tag));
|
XMEMSET(tag, 0, sizeof(tag));
|
||||||
|
Reference in New Issue
Block a user