summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ccdefops.c
blob: 9c8d316ff12277d5117f166d8b72dd86ba302385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * $Source$
 * $Author$
 *
 * Copyright 1990 by the Massachusetts Institute of Technology.
 * All Rights Reserved.
 *
 * 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;