summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openssh/files/openssh-4.3_p1-krb5-typos.patch')
-rw-r--r--net-misc/openssh/files/openssh-4.3_p1-krb5-typos.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-4.3_p1-krb5-typos.patch b/net-misc/openssh/files/openssh-4.3_p1-krb5-typos.patch
new file mode 100644
index 000000000000..2496cd327669
--- /dev/null
+++ b/net-misc/openssh/files/openssh-4.3_p1-krb5-typos.patch
@@ -0,0 +1,14 @@
+--- gss-serv-krb5.c
++++ gss-serv-krb5.c
+@@ -41,9 +41,9 @@
+ #ifdef HEIMDAL
+ # include <krb5.h>
+ #else
+-# ifdef HAVE_GSSAPI_KRB5
++# ifdef HAVE_GSSAPI_KRB5_H
+ # include <gssapi_krb5.h>
+-# elif HAVE_GSSAPI_GSSAPI_KRB5
++# elif HAVE_GSSAPI_GSSAPI_KRB5_H
+ # include <gssapi/gssapi_krb5.h>
+ # endif
+ #endif