* accept_sec_context.c (rd_and_store_for_creds): Don't declare krb5_mcc_ops
authorKen Raeburn <raeburn@mit.edu>
Fri, 12 Jul 2002 21:48:13 +0000 (21:48 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 12 Jul 2002 21:48:13 +0000 (21:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14630 dc483132-0cff-0310-8789-dd5450dbe970

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

index 66072e8dda977ae90f0a95c72bf37ca6de55216f..1b23d91d7ed579444b48bc871374730368dc9160 100644 (file)
@@ -1,7 +1,7 @@
 2002-07-12  Ken Raeburn  <raeburn@mit.edu>
 
        * accept_sec_context.c (rd_and_store_for_creds): Remove
-       registration of memory ccache type.
+       registration of memory ccache type.  Don't declare krb5_mcc_ops.
 
        * init_sec_context.c (krb5_gss_init_sec_context): Instead of
        asking for the enctypes supported by the GSS code, use that set as
index 6743325ef5155f1b5d00ae4bf90c5a2c0154ac79..49286d6cec410ccc012945b641187622028b2fc9 100644 (file)
@@ -89,7 +89,6 @@ rd_and_store_for_creds(context, auth_context, inbuf, out_cred)
     krb5_error_code retval;
     krb5_ccache ccache = NULL;
     krb5_gss_cred_id_t cred = NULL;
-    extern krb5_cc_ops krb5_mcc_ops;
     krb5_auth_context new_auth_ctx = NULL;
        krb5_int32 flags_org;