From c19bf9ce9e8a801bf51803680b17ac32cfc9d8d2 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Mon, 1 Aug 2011 15:14:30 +0000 Subject: [PATCH] Minor comment correction git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25064 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.hin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index a4d8fcb36..e594035bb 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 * -- 2.26.2