From: Jan Rękorajski Date: Tue, 19 Apr 2011 20:23:07 +0000 (+0000) Subject: - wrong ifdef X-Git-Tag: auto/th/openssh-5_8p1-5~3 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=791e8194cfad78b9908b4e1406ace847b9f0e774;p=packages%2Fopenssh.git - wrong ifdef Changed files: openssh-heimdal.patch -> 1.13 --- diff --git a/openssh-heimdal.patch b/openssh-heimdal.patch index f5d5f30..d50a951 100644 --- a/openssh-heimdal.patch +++ b/openssh-heimdal.patch @@ -66,10 +66,11 @@ if (options.use_pam) --- openssh-5.8p1/auth-krb5.c.orig 2009-12-21 00:49:22.000000000 +0100 +++ openssh-5.8p1/auth-krb5.c 2011-04-19 22:16:14.622268002 +0200 -@@ -74,6 +88,7 @@ +@@ -74,6 +88,9 @@ #ifndef HEIMDAL krb5_creds creds; krb5_principal server; ++#else + const char *ccache_type, *ccache_name; #endif krb5_error_code problem;