summaryrefslogtreecommitdiff
path: root/lib/krb5/sp800-108-kdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/krb5/sp800-108-kdf.c')
-rwxr-xr-xlib/krb5/sp800-108-kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/krb5/sp800-108-kdf.c b/lib/krb5/sp800-108-kdf.c
index fea49700e..37e06dec3 100755
--- a/lib/krb5/sp800-108-kdf.c
+++ b/lib/krb5/sp800-108-kdf.c
@@ -39,7 +39,7 @@
* As described in SP800-108 5.1 (for HMAC)
*
* @param context Kerberos 5 context
- * @param kdc_K1 Base key material.
+ * @param kdf_K1 Base key material.
* @param kdf_label A string that identifies the purpose for the derived key.
* @param kdf_context A binary string containing parties, nonce, etc.
* @param md Message digest function to use for PRF.