summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/gssapi/krb5/ChangeLog1
-rw-r--r--src/lib/gssapi/krb5/init_sec_context.c20
2 files changed, 2 insertions, 19 deletions
diff --git a/src/lib/gssapi/krb5/ChangeLog b/src/lib/gssapi/krb5/ChangeLog
index 1b23d91d7e..df3a7e2b09 100644
--- a/src/lib/gssapi/krb5/ChangeLog
+++ b/src/lib/gssapi/krb5/ChangeLog
@@ -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>
diff --git a/src/lib/gssapi/krb5/init_sec_context.c b/src/lib/gssapi/krb5/init_sec_context.c
index b50657d781..412266d818 100644
--- a/src/lib/gssapi/krb5/init_sec_context.c
+++ b/src/lib/gssapi/krb5/init_sec_context.c
@@ -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;