From 9729492ff32002dcc153ad0850b0e30caa3df3fa Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 19 Sep 2011 00:58:38 +0000 Subject: Remove the ticket from the pkinit-alg-agility KDF function, to match agreed changes to the IETF specification. Includes removing a parameter from the KDF function, removing the ticket from the ASN.1 encoder, and updating the test code. Signed-off-by: Margaret Wasserman git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25197 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int-pkinit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include') diff --git a/src/include/k5-int-pkinit.h b/src/include/k5-int-pkinit.h index 4f22cddb66..8490f82d91 100644 --- a/src/include/k5-int-pkinit.h +++ b/src/include/k5-int-pkinit.h @@ -188,7 +188,6 @@ typedef struct _krb5_pkinit_supp_pub_info { krb5_enctype enctype; krb5_octet_data as_req; krb5_octet_data pk_as_rep; - krb5_ticket *ticket; } krb5_pkinit_supp_pub_info; /* -- cgit