move krb5_cc_copy_creds to mit_glue.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25009 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -933,20 +933,6 @@ krb5_cc_copy_cache(krb5_context context,
 | 
				
			|||||||
    return krb5_cc_copy_cache_match(context, from, to, 0, NULL, NULL);
 | 
					    return krb5_cc_copy_cache_match(context, from, to, 0, NULL, NULL);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					 | 
				
			||||||
 * MIT compat glue
 | 
					 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 * @ingroup krb5_ccache
 | 
					 | 
				
			||||||
 */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
krb5_error_code KRB5_LIB_FUNCTION
 | 
					 | 
				
			||||||
krb5_cc_copy_creds(krb5_context context,
 | 
					 | 
				
			||||||
		   const krb5_ccache from,
 | 
					 | 
				
			||||||
		   krb5_ccache to)
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
    return krb5_cc_copy_cache(context, from, to);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Return the version of `id'.
 | 
					 * Return the version of `id'.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user