From: John Kohl Date: Wed, 6 Feb 1991 13:12:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: krb5-1.0-alpha4~319 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a8decf869c6583d3cd4cbdf81bc2332510803cb;p=krb5.git *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1653 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ccache/ccdefops.c b/src/lib/krb5/ccache/ccdefops.c new file mode 100644 index 000000000..50ca5aaac --- /dev/null +++ b/src/lib/krb5/ccache/ccdefops.c @@ -0,0 +1,17 @@ +/* + * $Source$ + * $Author$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * Default credentials cache determination. This is a separate file + * so that the user can more easily override it. + */ + +#include "file/fcc.h" +#include "stdio/scc.h" + +krb5_cc_ops *krb5_cc_dfl_ops = &krb5_cc_file_ops;