components/openssh/patches/005-openssh_krb5_build_fix.patch
changeset 1783 d716b9b5961b
parent 1612 3f2ec017627f
child 1796 a2310ec32635
--- a/components/openssh/patches/005-openssh_krb5_build_fix.patch	Fri Mar 21 07:47:48 2014 -0700
+++ b/components/openssh/patches/005-openssh_krb5_build_fix.patch	Fri Mar 21 09:36:50 2014 -0700
@@ -117,26 +117,3 @@
  
  #ifdef SSH_AUDIT_EVENTS
  	audit_event(SSH_AUTH_SUCCESS);
---- old/gss-serv-krb5.c	2006-08-31 22:38:36.000000000 -0700
-+++ new/gss-serv-krb5.c	2012-10-25 03:09:36.080638790 -0700
-@@ -126,6 +126,12 @@
- 		return;
- 	}
- 
-+#ifdef KRB5_BUILD_FIX
-+	/* currently unimplemented - print an error, but continue */
-+	error("Delegated credentials storing not implemented.");
-+	return;
-+#else
-+
- 	if (ssh_gssapi_krb5_init() == 0)
- 		return;
- 
-@@ -182,6 +188,7 @@
- 	krb5_cc_close(krb_context, ccache);
- 
- 	return;
-+#endif /* KRB5_BUILD_FIX */
- }
- 
- ssh_gssapi_mech gssapi_kerberos_mech = {