From 5d2c5b3b71a7031e3250289b17595f2e3cdf3539 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 22 Aug 2016 15:54:24 -0500 Subject: [PATCH] crypto: Add some missing whitespace --- src/crypto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crypto.c b/src/crypto.c index 778e668d..fef36acf 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -187,6 +187,7 @@ bool arc4_skip(const uint8_t *key, size_t key_len, size_t skip, return true; } + /* 802.11, Section 11.6.2, Table 11-4 */ int crypto_cipher_key_len(enum crypto_cipher cipher) { @@ -408,6 +409,7 @@ bool kdf_sha256(const void *key, size_t key_len, return true; } + /* * 802.11, Section 11.6.6.7: * PTK = PRF-X(PMK, "Pairwise key expansion", Min(AA, SA) || Max(AA, SA) ||