From 88be64c77097b2cc60cdbc9a85d69e4ea6d7e3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 12 Jul 2005 22:31:22 +0000 Subject: [PATCH] (pk_rd_pa_reply_dh): client do not contribute to the DH when the server doesn't support the cached DH request. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15629 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/pkinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/krb5/pkinit.c b/lib/krb5/pkinit.c index e41e03ad9..233c2eb27 100644 --- a/lib/krb5/pkinit.c +++ b/lib/krb5/pkinit.c @@ -1688,6 +1688,7 @@ pk_rd_pa_reply_dh(krb5_context context, ret = KRB5KRB_ERR_GENERIC; goto out; } + c_n = NULL; }