* init_sec_context.c (make_ap_req_v2): Delete unused function
authorKen Raeburn <raeburn@mit.edu>
Fri, 12 Jul 2002 21:51:40 +0000 (21:51 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 12 Jul 2002 21:51:40 +0000 (21:51 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14631 dc483132-0cff-0310-8789-dd5450dbe970

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

index 1b23d91d7ed579444b48bc871374730368dc9160..df3a7e2b09b5dd0a142676064ca0f3ffc915a6f8 100644 (file)
@@ -6,6 +6,7 @@
        * init_sec_context.c (krb5_gss_init_sec_context): Instead of
        asking for the enctypes supported by the GSS code, use that set as
        a filter on the default enctypes and use the resulting list.
+       (make_ap_req_v2): Delete unused function.
 
 2002-07-01  Ken Raeburn  <raeburn@mit.edu>
 
index b50657d781eb4addd1d79441901bef4409029d38..412266d818353f59c2692ab6fb21c27c24a55d6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2000 by the Massachusetts Institute of Technology.
+ * Copyright 2000,2002 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  *
  * Export of this software from the United States of America may
@@ -139,24 +139,6 @@ cleanup:
     return code;
 }
 
-
-#if 0
-static krb5_error_code
-make_ap_req_v2(context, ctx, cred, k_cred, chan_bindings, mech_type, token)
-    krb5_context context;
-    krb5_gss_ctx_id_rec *ctx;
-    krb5_creds *k_cred;
-    krb5_gss_cred_id_t cred;
-    gss_channel_bindings_t chan_bindings;
-    gss_OID mech_type;
-    gss_buffer_t token;
-{
-    int krb5_mech2_supported = 0;
-    assert(krb5_mech2_supported);
-    return 0;
-}
-#endif
-
 static krb5_error_code
 make_ap_req_v1(context, ctx, cred, k_cred, chan_bindings, mech_type, token)
     krb5_context context;