]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- fix for new openssh
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Oct 2003 16:16:24 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-heimdal.patch -> 1.3

openssh-heimdal.patch

index 92d36faaa78608b9b12914f2120a07a022679c78..81ce7a46bae880e5d06c281eac46d64ec90e7f45 100644 (file)
@@ -6,19 +6,7 @@ diff -urN openssh-3.6.1p2-orig/configure.ac openssh-3.6.1p2/configure.ac
                                         [ AC_MSG_RESULT(yes)
                                           AC_DEFINE(HEIMDAL)
 -                                         K5LIBS="-lkrb5 -ldes -lcom_err -lasn1 -lroken"
-+                                         K5LIBS="-lkrb5 -lcom_err -lasn1 -lroken"
++                                         K5LIBS="-lkrb5 -lasn1 -lroken"
                                         ],
                                         [ AC_MSG_RESULT(no)
                                           K5LIBS="-lkrb5 -lk5crypto -lcom_err"
-diff -urN openssh-3.6.1p2-orig/servconf.c openssh-3.6.1p2/servconf.c
---- openssh-3.6.1p2-orig/servconf.c    2003-02-23 18:04:34.000000000 -0700
-+++ openssh-3.6.1p2/servconf.c 2003-07-26 16:57:54.000000000 -0600
-@@ -17,7 +17,7 @@
- #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 */
This page took 0.245053 seconds and 4 git commands to generate.