diff options
author | 2006-03-04 01:48:14 +0000 | |
---|---|---|
committer | 2006-03-04 01:48:14 +0000 | |
commit | eafd361e57c256e42424832cc5b4b67f6aae8279 (patch) | |
tree | 2ef591cac8781622ff0143cddcfedfb3fa38d2c1 /net-misc/openssh/files/openssh-4.3_p1-krb5-typos.patch | |
parent | adding ~amd64 (diff) | |
download | historical-eafd361e57c256e42424832cc5b4b67f6aae8279.tar.gz historical-eafd361e57c256e42424832cc5b4b67f6aae8279.tar.bz2 historical-eafd361e57c256e42424832cc5b4b67f6aae8279.zip |
Version bump and add patch from upstream #124494 by RiverRat.
Package-Manager: portage-2.1_pre5-r2
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.patch | 14 |
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 |