layer uses the krb5_gss_internal_relase_oid() function.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7694
dc483132-0cff-0310-8789-
dd5450dbe970
Wed Mar 20 20:25:53 1996 Theodore Y. Ts'o <tytso@dcl>
+ * rel_oid.c (krb5_gss_release_oid): Don't compile this procedure,
+ since it's not used. The mechanism glue layer uses the
+ krb5_gss_internal_relase_oid() function.
+
* pname_to_uid.c: Comment out #ident line. This causes the
Macintosh C compiler indigestion. Remove #include of
gssapi/gssapi.h, since that gets included by
*/
#include "gssapiP_krb5.h"
+#if 0
+/*
+ * Don't compile this, since nothing is actually using it. The
+ * mechanism glue layer will just use the internal release function.
+ */
OM_uint32
krb5_gss_release_oid(minor_status, oid)
OM_uint32 *minor_status;
return(GSS_S_COMPLETE);
}
}
+#endif
OM_uint32