From: Kevin Coffman Date: Wed, 30 Apr 2008 16:45:53 +0000 (-0400) Subject: gss_krb5: create a define for token header size and clean up ptr location X-Git-Tag: v2.6.27-rc1~961^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00953a53e9a2edbe005c1e596f1e96a8a293401;p=pandora-kernel.git gss_krb5: create a define for token header size and clean up ptr location cleanup: Document token header size with a #define instead of open-coding it. Don't needlessly increment "ptr" past the beginning of the header which makes the values passed to functions more understandable and eliminates the need for extra "krb5_hdr" pointer. Clean up some intersecting white-space issues flagged by checkpatch.pl. This leaves the checksum length hard-coded at 8 for DES. A later patch cleans that up. Signed-off-by: Kevin Coffman Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed