svn rev #21598: branches/mskrb-integ/src/lib/krb5/krb/

lhoward@MIT.EDU lhoward at MIT.EDU
Fri Dec 26 05:48:25 EST 2008


http://src.mit.edu/fisheye/changelog/krb5/?cs=21598
Commit By: lhoward
Log Message:
reformat



Changed Files:
U   branches/mskrb-integ/src/lib/krb5/krb/mk_req_ext.c
Modified: branches/mskrb-integ/src/lib/krb5/krb/mk_req_ext.c
===================================================================
--- branches/mskrb-integ/src/lib/krb5/krb/mk_req_ext.c	2008-12-26 10:22:45 UTC (rev 21597)
+++ branches/mskrb-integ/src/lib/krb5/krb/mk_req_ext.c	2008-12-26 10:48:24 UTC (rev 21598)
@@ -346,8 +346,9 @@
 
     /*
      * RFC 4537:
-     * If the enctype of the ticket session key is included in the enctype
-     * list sent by the client, it SHOULD be the last on the list.
+     *
+     *   If the enctype of the ticket session key is included in the enctype
+     *   list sent by the client, it SHOULD be the last on the list;
      */
     for (i = 0; i < etypes.length; i++) {
 	if (etypes.etypes[i] == tkt_enctype) {




More information about the cvs-krb5 mailing list