* 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>
/*
- * 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
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;