summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-06 13:12:04 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-06 13:12:04 +0000
commit3a8decf869c6583d3cd4cbdf81bc2332510803cb (patch)
treef857cb67c2f6313a01fe87b358b3fb328308b96f /src
parent53967a8bc35a148eb6432bd32ece04166ad8b998 (diff)
downloadkrb5-3a8decf869c6583d3cd4cbdf81bc2332510803cb.tar.gz
krb5-3a8decf869c6583d3cd4cbdf81bc2332510803cb.tar.xz
krb5-3a8decf869c6583d3cd4cbdf81bc2332510803cb.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1653 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/ccdefops.c17
1 files changed, 17 insertions, 0 deletions
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
+ * <krb5/copyright.h>.
+ *
+ * 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;