Bug fixes, cleanup, compiler warnings, restructure code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -24,9 +24,12 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD: src/lib/libgssapi/context.h,v 1.1 2005/12/29 14:40:20 dfr Exp $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <gssapi_mech.h>
|
||||
|
||||
struct _gss_context {
|
||||
struct _gss_mech_switch *gc_mech;
|
||||
gssapi_mech_interface gc_mech;
|
||||
gss_ctx_id_t gc_ctx;
|
||||
};
|
||||
|
Reference in New Issue
Block a user