[Midnightbsd-cvs] src [7179] trunk/crypto/openssh/ssh-gss.h: update include to match new code
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jul 27 21:12:43 EDT 2015
Revision: 7179
http://svnweb.midnightbsd.org/src/?rev=7179
Author: laffer1
Date: 2015-07-27 21:12:43 -0400 (Mon, 27 Jul 2015)
Log Message:
-----------
update include to match new code
Modified Paths:
--------------
trunk/crypto/openssh/ssh-gss.h
Modified: trunk/crypto/openssh/ssh-gss.h
===================================================================
--- trunk/crypto/openssh/ssh-gss.h 2015-07-28 01:12:16 UTC (rev 7178)
+++ trunk/crypto/openssh/ssh-gss.h 2015-07-28 01:12:43 UTC (rev 7179)
@@ -28,10 +28,10 @@
#ifdef GSSAPI
-#ifdef HAVE_GSSAPI_H
+#if defined(HAVE_GSSAPI_GSSAPI_H)
+#include <gssapi/gssapi.h>
+#elif defined(HAVE_GSSAPI_H)
#include <gssapi.h>
-#elif defined(HAVE_GSSAPI_GSSAPI_H)
-#include <gssapi/gssapi.h>
#endif
#ifdef KRB5
More information about the Midnightbsd-cvs
mailing list