From 3a8decf869c6583d3cd4cbdf81bc2332510803cb Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 6 Feb 1991 13:12:04 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1653 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/ccdefops.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/lib/krb5/ccache/ccdefops.c 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; -- 2.26.2