Path: blob/main/crypto/heimdal/lib/krb5/ccache_plugin.h
34878 views
/***********************************************************************1* Copyright (c) 2010, Secure Endpoints Inc.2* All rights reserved.3*4* Redistribution and use in source and binary forms, with or without5* modification, are permitted provided that the following conditions6* are met:7*8* - Redistributions of source code must retain the above copyright9* notice, this list of conditions and the following disclaimer.10*11* - Redistributions in binary form must reproduce the above copyright12* notice, this list of conditions and the following disclaimer in13* the documentation and/or other materials provided with the14* distribution.15*16* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS17* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT18* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS19* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE20* COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,21* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES22* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR23* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)24* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,25* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)26* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED27* OF THE POSSIBILITY OF SUCH DAMAGE.28*29**********************************************************************/3031#ifndef HEIMDAL_KRB5_CCACHE_PLUGIN_H32#define HEIMDAL_KRB5_CCACHE_PLUGIN_H 13334#include <krb5.h>3536#define KRB5_PLUGIN_CCACHE "ccache_ops"3738#endif /* HEIMDAL_KRB5_CCACHE_PLUGIN_H */394041