diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-25 05:39:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-25 05:39:39 +0000 |
commit | 8f8caf8dcbc1f0c46c319975d7a3f685a36f316a (patch) | |
tree | cbb753fc32643c662a1094a9b6281924899e7145 /security | |
parent | 108bf0f7d5884e62969f41979db5492331343e73 (diff) | |
download | freebsd-ports-8f8caf8dcbc1f0c46c319975d7a3f685a36f316a.zip |
- Make KERBEROS patch build with heimdal port
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/files/servconf.c.patch | 17 | ||||
-rw-r--r-- | security/openssh-portable/files/servconf.c.patch | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/security/hpn-ssh/files/servconf.c.patch b/security/hpn-ssh/files/servconf.c.patch new file mode 100644 index 000000000000..dde0a6947e60 --- /dev/null +++ b/security/hpn-ssh/files/servconf.c.patch @@ -0,0 +1,17 @@ +--- servconf.c.orig Sat Mar 23 11:02:41 2002 ++++ servconf.c Sat Mar 23 11:07:39 2002 +@@ -17,12 +17,12 @@ + #endif + #if defined(KRB5) + #ifdef HEIMDAL +-#include <krb.h> ++#include <krb5.h> + #else + /* Bodge - but then, so is using the kerberos IV KEYFILE to get a Kerberos V + * keytab */ +-#define KEYFILE "/etc/krb5.keytab" + #endif ++#define KEYFILE "/etc/krb5.keytab" + #endif + #ifdef AFS + #include <kafs.h> diff --git a/security/openssh-portable/files/servconf.c.patch b/security/openssh-portable/files/servconf.c.patch new file mode 100644 index 000000000000..dde0a6947e60 --- /dev/null +++ b/security/openssh-portable/files/servconf.c.patch @@ -0,0 +1,17 @@ +--- servconf.c.orig Sat Mar 23 11:02:41 2002 ++++ servconf.c Sat Mar 23 11:07:39 2002 +@@ -17,12 +17,12 @@ + #endif + #if defined(KRB5) + #ifdef HEIMDAL +-#include <krb.h> ++#include <krb5.h> + #else + /* Bodge - but then, so is using the kerberos IV KEYFILE to get a Kerberos V + * keytab */ +-#define KEYFILE "/etc/krb5.keytab" + #endif ++#define KEYFILE "/etc/krb5.keytab" + #endif + #ifdef AFS + #include <kafs.h> |