summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh-gss.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssh-gss.h')
-rw-r--r--crypto/openssh/ssh-gss.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/ssh-gss.h b/crypto/openssh/ssh-gss.h
index 077e13c..3fcc2d1 100644
--- a/crypto/openssh/ssh-gss.h
+++ b/crypto/openssh/ssh-gss.h
@@ -28,10 +28,10 @@
#ifdef GSSAPI
-#ifdef HAVE_GSSAPI_H
-#include <gssapi.h>
-#elif defined(HAVE_GSSAPI_GSSAPI_H)
+#if defined(HAVE_GSSAPI_GSSAPI_H)
#include <gssapi/gssapi.h>
+#elif defined(HAVE_GSSAPI_H)
+#include <gssapi.h>
#endif
#ifdef KRB5
OpenPOWER on IntegriCloud