diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ccache/ccdefops.c | 17 |
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; |
