]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
GSS_S_GAP_TOKEN is defined in the c bindings, too
authorMarc Horowitz <marc@mit.edu>
Mon, 28 Sep 1998 07:01:11 +0000 (07:01 +0000)
committerMarc Horowitz <marc@mit.edu>
Mon, 28 Sep 1998 07:01:11 +0000 (07:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/marc-3des@10946 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/gssapi.hin

index 4a7a41e5372f5b909feb75235551d17229769494..a30b7943110701f1066546a7be57bbbed368ff6c 100644 (file)
@@ -319,9 +319,6 @@ typedef     int             gss_cred_usage_t;
 #define GSS_S_DUPLICATE_TOKEN (1 << (GSS_C_SUPPLEMENTARY_OFFSET + 1))
 #define GSS_S_OLD_TOKEN (1 << (GSS_C_SUPPLEMENTARY_OFFSET + 2))
 #define GSS_S_UNSEQ_TOKEN (1 << (GSS_C_SUPPLEMENTARY_OFFSET + 3))
-/*
- * XXX not in the cbindings yet.  remove this comment when it is
- */
 #define GSS_S_GAP_TOKEN (1 << (GSS_C_SUPPLEMENTARY_OFFSET + 4))