xref: /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ccache_plugin.h (revision d3273b5b76f5afaafe308cead5511dbb8df8c5e9)
1*d3273b5bSchristos /*	$NetBSD: ccache_plugin.h,v 1.2 2017/01/28 21:31:49 christos Exp $	*/
2ca1c9b0cSelric 
3ca1c9b0cSelric /***********************************************************************
4ca1c9b0cSelric  * Copyright (c) 2010, Secure Endpoints Inc.
5ca1c9b0cSelric  * All rights reserved.
6ca1c9b0cSelric  *
7ca1c9b0cSelric  * Redistribution and use in source and binary forms, with or without
8ca1c9b0cSelric  * modification, are permitted provided that the following conditions
9ca1c9b0cSelric  * are met:
10ca1c9b0cSelric  *
11ca1c9b0cSelric  * - Redistributions of source code must retain the above copyright
12ca1c9b0cSelric  *   notice, this list of conditions and the following disclaimer.
13ca1c9b0cSelric  *
14ca1c9b0cSelric  * - Redistributions in binary form must reproduce the above copyright
15ca1c9b0cSelric  *   notice, this list of conditions and the following disclaimer in
16ca1c9b0cSelric  *   the documentation and/or other materials provided with the
17ca1c9b0cSelric  *   distribution.
18ca1c9b0cSelric  *
19ca1c9b0cSelric  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20ca1c9b0cSelric  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21ca1c9b0cSelric  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
22ca1c9b0cSelric  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23ca1c9b0cSelric  * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
24ca1c9b0cSelric  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25ca1c9b0cSelric  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26ca1c9b0cSelric  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27ca1c9b0cSelric  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28ca1c9b0cSelric  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29ca1c9b0cSelric  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
30ca1c9b0cSelric  * OF THE POSSIBILITY OF SUCH DAMAGE.
31ca1c9b0cSelric  *
32ca1c9b0cSelric  **********************************************************************/
33ca1c9b0cSelric 
34ca1c9b0cSelric #ifndef HEIMDAL_KRB5_CCACHE_PLUGIN_H
35ca1c9b0cSelric #define HEIMDAL_KRB5_CCACHE_PLUGIN_H 1
36ca1c9b0cSelric 
37ca1c9b0cSelric #include <krb5/krb5.h>
38ca1c9b0cSelric 
39ca1c9b0cSelric #define KRB5_PLUGIN_CCACHE "ccache_ops"
40ca1c9b0cSelric 
41ca1c9b0cSelric #endif /* HEIMDAL_KRB5_CCACHE_PLUGIN_H */
42