Deleted Added
full compact
ssh-gss.h (248619) ssh-gss.h (255829)
1/* $OpenBSD: ssh-gss.h,v 1.10 2007/06/12 08:20:00 djm Exp $ */
2/*
3 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */
25
26#ifndef _SSH_GSS_H
27#define _SSH_GSS_H
28
29#ifdef GSSAPI
30
1/* $OpenBSD: ssh-gss.h,v 1.10 2007/06/12 08:20:00 djm Exp $ */
2/*
3 * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */
25
26#ifndef _SSH_GSS_H
27#define _SSH_GSS_H
28
29#ifdef GSSAPI
30
31#ifdef HAVE_GSSAPI_H
32#include <gssapi.h>
33#elif defined(HAVE_GSSAPI_GSSAPI_H)
31#if defined(HAVE_GSSAPI_GSSAPI_H)
34#include <gssapi/gssapi.h>
32#include <gssapi/gssapi.h>
33#elif defined(HAVE_GSSAPI_H)
34#include <gssapi.h>
35#endif
36
37#ifdef KRB5
38# ifndef HEIMDAL
39# ifdef HAVE_GSSAPI_GENERIC_H
40# include <gssapi_generic.h>
41# elif defined(HAVE_GSSAPI_GSSAPI_GENERIC_H)
42# include <gssapi/gssapi_generic.h>

--- 90 unchanged lines hidden ---
35#endif
36
37#ifdef KRB5
38# ifndef HEIMDAL
39# ifdef HAVE_GSSAPI_GENERIC_H
40# include <gssapi_generic.h>
41# elif defined(HAVE_GSSAPI_GSSAPI_GENERIC_H)
42# include <gssapi/gssapi_generic.h>

--- 90 unchanged lines hidden ---