summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2011-10-12 17:57:33 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2011-10-12 17:57:33 +0000
commitc9da1ad355e0ac07b35ecb1cb0d8aab570ae095a (patch)
treefe9b79829667a87775d9d057ce243edcf30b396a /src/include
parentba2aac09eeb8bceeedb4f08460ff2926ad9b54f4 (diff)
downloadkrb5-c9da1ad355e0ac07b35ecb1cb0d8aab570ae095a.tar.gz
krb5-c9da1ad355e0ac07b35ecb1cb0d8aab570ae095a.tar.xz
krb5-c9da1ad355e0ac07b35ecb1cb0d8aab570ae095a.zip
Fix the doxygen comments for krb5_pac_sign
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25326 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 33279774b..3466fbf87 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -7501,14 +7501,14 @@ krb5_pac_verify(krb5_context context, const krb5_pac pac,
* @param [in] pac PAC handle
* @param [in] authtime Expected timestamp
* @param [in] principal Expected principal name (or NULL)
- * @param [in] server Key for server checksum
- * @param [in] privsvr Key for KDC checksum
+ * @param [in] server_key Key for server checksum
+ * @param [in] privsvr_key Key for KDC checksum
* @param [out] data Signed PAC encoding
*
- * This function signs @a pac using the keys @a server and @a privsvr and
- * returns the signed encoding in @a data. @a pac is modified to include the
- * server and KDC checksum buffers. Use krb5_free_data_contents() to free @a
- * data when it is no longer needed.
+ * This function signs @a pac using the keys @a server_key and @a privsvr_key
+ * and returns the signed encoding in @a data. @a pac is modified to include
+ * the server and KDC checksum buffers. Use krb5_free_data_contents() to free
+ * @a data when it is no longer needed.
*/
krb5_error_code KRB5_CALLCONV
krb5_pac_sign(krb5_context context, krb5_pac pac, krb5_timestamp authtime,