From bd6fb7e03c223d670826c384acd2fd53f44bb83b Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 26 Apr 2013 21:14:12 -0700 Subject: [PATCH] style --- src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c b/src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c index ed5f9fb1..4f34f743 100644 --- a/src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c +++ b/src/libsodium/crypto_stream/aes256estream/hongjun/aes256-ctr.c @@ -151,7 +151,7 @@ crypto_stream_beforenm(unsigned char *c, const unsigned char *k) { ECRYPT_ctx * const ctx = (ECRYPT_ctx *) c; - ECRYPT_keysetup(ctx,k,crypto_stream_KEYBYTES * 8, + ECRYPT_keysetup(ctx, k, crypto_stream_KEYBYTES * 8, crypto_stream_NONCEBYTES * 8); }