* cc_mslsa.c:
Temporarily deactivate support for KerbSubmitTicketMessage
and KerbQueryTicketCacheEx2Message until the new Platform SDK
becomes publicly available.
ticket: new
tags: pullup
target_version: 1.4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16945
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-12-16 Jeffrey Altman <jaltman@mit.edu>
+ * cc_mslsa.c:
+ Temporarily deactivate support for KerbSubmitTicketMessage
+ and KerbQueryTicketCacheEx2Message until the new Platform SDK
+ becomes publicly available.
+
2004-12-15 Jeffrey Altman <jaltman@mit.edu>
* cc_mslsa.c:
#include <ntsecapi.h>
#include <ntstatus.h>
+#ifdef COMMENT
+/* The following two features can only be built using a version of the
+ * Microsoft Windows Platform SDK which is not currently public. These
+ * features will be disabled until the SDK is made publicly available.
+ */
#define KERB_SUBMIT_TICKET 1
#define HAVE_CACHE_INFO_EX2 1
+#endif
#define MAX_MSG_SIZE 256
#define MAX_MSPRINC_SIZE 1024