From be13646074c6dd44d94eb92c40f79f31a54ffd83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 8 Oct 2005 08:49:40 +0000 Subject: [PATCH] Remove pk-init-19 support. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16150 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 26e741621..92c38b4dd 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -249,19 +249,15 @@ gen_files_pkinit = \ asn1_DHRepInfo.x \ asn1_PA_PK_AS_REP.x \ asn1_KDCDHKeyInfo.x \ + asn1_TrustedCA_Win2k.x \ asn1_ReplyKeyPack.x \ asn1_TD_DH_PARAMETERS.x \ asn1_PKAuthenticator_Win2k.x \ asn1_AuthPack_Win2k.x \ asn1_PA_PK_AS_REP_Win2k.x \ asn1_KDCDHKeyInfo_Win2k.x \ - asn1_TrustedCA_19.x \ - asn1_PA_PK_AS_REQ_19.x \ asn1_PA_PK_AS_REQ_Win2k.x \ - asn1_PKAuthenticator_19.x \ - asn1_AuthPack_19.x \ - asn1_PA_PK_AS_REP_19.x \ - asn1_ReplyKeyPack_19.x + asn1_ReplyKeyPack_Win2k.x gen_files_pkcs12 = \ asn1_id_pkcs_12.x \