summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2011-08-01 15:14:30 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2011-08-01 15:14:30 +0000
commitc19bf9ce9e8a801bf51803680b17ac32cfc9d8d2 (patch)
treeced81508d5a3146196bdfc264238c1c0515e8172 /src/include
parent085f5af6e3f5e4ebc566e380293ea8838c5176f3 (diff)
downloadkrb5-c19bf9ce9e8a801bf51803680b17ac32cfc9d8d2.tar.gz
krb5-c19bf9ce9e8a801bf51803680b17ac32cfc9d8d2.tar.xz
krb5-c19bf9ce9e8a801bf51803680b17ac32cfc9d8d2.zip
Minor comment correction
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25064 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index a4d8fcb369..e594035bbf 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -967,7 +967,7 @@ krb5_c_keyed_checksum_types(krb5_context context, krb5_enctype enctype,
#define KRB5_KEYUSAGE_PA_SAM_RESPONSE 27
/* Defined in KDC referrals draft */
-/**
+/*
* @note There is a conflict with the value of @c KRB5_KEYUSAGE_PA_REFERRAL:
* it is used for hardware Pre-athentication @a and KDC referrals.
*/
@@ -3435,7 +3435,7 @@ krb5_parse_name(krb5_context context, const char *name, krb5_principal *nprincip
*
* The following flags are valid:
* @li #KRB5_PRINCIPAL_PARSE_NO_REALM - no realm must be present in @a name
- * @li #KRB5_PRINCIPAL_PARSE_MUST_REALM - realm must be present in @a name
+ * @li #KRB5_PRINCIPAL_PARSE_REQUIRE_REALM - realm must be present in @a name
* @li #KRB5_PRINCIPAL_PARSE_ENTERPRISE - create single-component enterprise
* principal
*