]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/eap_common/eap_fast_common.c
Remove trailing whitespace
[thirdparty/hostap.git] / src / eap_common / eap_fast_common.c
index 9ef671c41c7d7878b38cfc5b5bfeaeffa34276b1..57990d254a6af823a9ae88e36724ff9012ddda53 100644 (file)
@@ -79,7 +79,7 @@ void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random,
 
        /*
         * RFC 4851, Section 5.1:
-        * master_secret = T-PRF(PAC-Key, "PAC to master secret label hash", 
+        * master_secret = T-PRF(PAC-Key, "PAC to master secret label hash",
         *                       server_random + client_random, 48)
         */
        os_memcpy(seed, server_random, TLS_RANDOM_LEN);