]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-heimdal.patch
- add missing newline in conversation
[packages/openssh.git] / openssh-heimdal.patch
CommitLineData
65d8b84b 1diff -urN openssh-3.6.1p2-orig/configure.ac openssh-3.6.1p2/configure.ac
2--- openssh-3.6.1p2-orig/configure.ac 2003-07-26 16:45:10.000000000 -0600
3+++ openssh-3.6.1p2/configure.ac 2003-07-26 16:57:32.000000000 -0600
4@@ -1822,7 +1822,7 @@
5 [ char *tmp = heimdal_version; ],
6 [ AC_MSG_RESULT(yes)
7 AC_DEFINE(HEIMDAL)
8- K5LIBS="-lkrb5 -ldes -lcom_err -lasn1 -lroken"
9+ K5LIBS="-lkrb5 -lcom_err -lasn1 -lroken"
10 ],
11 [ AC_MSG_RESULT(no)
12 K5LIBS="-lkrb5 -lk5crypto -lcom_err"
65d8b84b 13diff -urN openssh-3.6.1p2-orig/servconf.c openssh-3.6.1p2/servconf.c
14--- openssh-3.6.1p2-orig/servconf.c 2003-02-23 18:04:34.000000000 -0700
15+++ openssh-3.6.1p2/servconf.c 2003-07-26 16:57:54.000000000 -0600
16@@ -17,7 +17,7 @@
17 #endif
18 #if defined(KRB5)
19 #ifdef HEIMDAL
20-#include <krb.h>
21+#include <krb5.h>
22 #else
23 /* Bodge - but then, so is using the kerberos IV KEYFILE to get a Kerberos V
24 * keytab */
This page took 1.361707 seconds and 4 git commands to generate.