]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/gss_krb5.h
gss_krb5: create a define for token header size and clean up ptr location
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / gss_krb5.h
index a10f1fb0bf7c45dc4998112096b4d1ebb86a105a..e7bbdba474d545406faf9030727bc481c42c3f08 100644 (file)
@@ -51,6 +51,9 @@ struct krb5_ctx {
 
 extern spinlock_t krb5_seq_lock;
 
+/* The length of the Kerberos GSS token header */
+#define GSS_KRB5_TOK_HDR_LEN   (16)
+
 #define KG_TOK_MIC_MSG    0x0101
 #define KG_TOK_WRAP_MSG   0x0201