Don't compile this procedure, since it's not used. The mechanism glue
authorTheodore Tso <tytso@mit.edu>
Thu, 21 Mar 1996 04:39:12 +0000 (04:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 21 Mar 1996 04:39:12 +0000 (04:39 +0000)
layer uses the krb5_gss_internal_relase_oid() function.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7694 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/rel_oid.c

index baeabc69b7959f76a89282585cc4dcc35d2f49a0..ba87cba3dfe32602027c2f1f3e0220b041d9d9aa 100644 (file)
@@ -1,5 +1,9 @@
 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
index 6851c1916d0202ba68490dfc7e4043a897b24e2b..32e697acefe38ea91bf1b1e38e1a6c29672220d5 100644 (file)
  */
 #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;
@@ -52,6 +57,7 @@ krb5_gss_release_oid(minor_status, oid)
        return(GSS_S_COMPLETE);
     }
 }
+#endif
 
 
 OM_uint32