summaryrefslogtreecommitdiff
path: root/src/eap_common/eap_fast_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eap_common/eap_fast_common.c')
-rw-r--r--src/eap_common/eap_fast_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eap_common/eap_fast_common.c b/src/eap_common/eap_fast_common.c
index 9ef671c41c7d7..57990d254a6af 100644
--- a/src/eap_common/eap_fast_common.c
+++ b/src/eap_common/eap_fast_common.c
@@ -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);