From 4faa19b6eb1496fb1e4d29ef8cb0add3d57498de Mon Sep 17 00:00:00 2001 From: Mike Belopuhov Date: Thu, 12 Nov 2015 16:47:01 +0000 Subject: spacing --- sys/crypto/chachapoly.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/crypto') diff --git a/sys/crypto/chachapoly.c b/sys/crypto/chachapoly.c index 013220900b0..ffaabd24312 100644 --- a/sys/crypto/chachapoly.c +++ b/sys/crypto/chachapoly.c @@ -88,9 +88,8 @@ Chacha20_Poly1305_Reinit(void *xctx, const uint8_t *iv, uint16_t ivlen) int Chacha20_Poly1305_Update(void *xctx, const uint8_t *data, uint16_t len) { - CHACHA20_POLY1305_CTX *ctx = xctx; - static const char zeroes[POLY1305_BLOCK_LEN]; + CHACHA20_POLY1305_CTX *ctx = xctx; size_t rem; poly1305_update((poly1305_state *)&ctx->poly, data, len); -- cgit v1.2.3