From c81572ab5dcee3062e715b9e25ca7a20f6ec456b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 13 Sep 2015 20:34:41 -0400 Subject: [PATCH] Windows: Remove *_PA_ClientCanon* from export list Change 29f6290fe60cebb4ad08860214e324af0c8b23b1 removed the PA_ClientCanon* ASN.1 functionality but failed to remove the generated symbols from the Windows export list. Change-Id: I9a46532ed7d8612fbc597dec9848505d4b440e09 --- lib/asn1/libasn1-exports.def | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/asn1/libasn1-exports.def b/lib/asn1/libasn1-exports.def index 895b20f25..63dfdffa6 100644 --- a/lib/asn1/libasn1-exports.def +++ b/lib/asn1/libasn1-exports.def @@ -348,8 +348,6 @@ EXPORTS copy_OriginatorInfo copy_OtherName copy_PADATA_TYPE - copy_PA_ClientCanonicalized - copy_PA_ClientCanonicalizedNames copy_PA_DATA copy_PA_ENC_SAM_RESPONSE_ENC copy_PA_ENC_TS_ENC @@ -602,8 +600,6 @@ EXPORTS decode_OriginatorInfo decode_OtherName decode_PADATA_TYPE - decode_PA_ClientCanonicalized - decode_PA_ClientCanonicalizedNames decode_PA_DATA decode_PA_ENC_SAM_RESPONSE_ENC decode_PA_ENC_TS_ENC @@ -974,8 +970,6 @@ EXPORTS encode_OriginatorInfo encode_OtherName encode_PADATA_TYPE - encode_PA_ClientCanonicalized - encode_PA_ClientCanonicalizedNames encode_PA_DATA encode_PA_ENC_SAM_RESPONSE_ENC encode_PA_ENC_TS_ENC @@ -1228,8 +1222,6 @@ EXPORTS free_OriginatorInfo free_OtherName free_PADATA_TYPE - free_PA_ClientCanonicalized - free_PA_ClientCanonicalizedNames free_PA_DATA free_PA_ENC_SAM_RESPONSE_ENC free_PA_ENC_TS_ENC @@ -1493,8 +1485,6 @@ EXPORTS length_OriginatorInfo length_OtherName length_PADATA_TYPE - length_PA_ClientCanonicalized - length_PA_ClientCanonicalizedNames length_PA_DATA length_PA_ENC_SAM_RESPONSE_ENC length_PA_ENC_TS_ENC -- 2.11.4.GIT