From 979dd59ac9bdf0e86c87a5b2f04d6054b9f2635f Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sat, 6 Mar 2021 01:02:13 -0600 Subject: [PATCH] asn1: Fix Windows build (missing symbols) --- lib/asn1/libasn1-exports.def | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lib/asn1/libasn1-exports.def b/lib/asn1/libasn1-exports.def index 3b407c340..dd202ab7a 100644 --- a/lib/asn1/libasn1-exports.def +++ b/lib/asn1/libasn1-exports.def @@ -339,6 +339,7 @@ EXPORTS copy_ContentInfo copy_ContentType copy_CPSuri + copy_CRIExtensions copy_CRLCertificateList copy_CRLDistributionPoints copy_CRLReason @@ -428,6 +429,8 @@ EXPORTS copy_HostAddresses copy_ImplementedCompressAlgorithms copy_ImplementedCryptoAlgorithms + copy_IOSCertificationRequest + copy_IOSCertificationRequestInfo copy_IssuerAndSerialNumber copy_KDCDHKeyInfo copy_KDCDHKeyInfo_Win2k @@ -695,6 +698,7 @@ EXPORTS decode_CPSuri decode_CRIAttributeSet decode_CRIExtensions + decode_CRIExtensions decode_CRLCertificateList decode_CRLDistributionPoints decode_CRLReason @@ -785,6 +789,8 @@ EXPORTS decode_ImplementedCompressAlgorithms decode_ImplementedCryptoAlgorithms decode_IOSCertificationRequest + decode_IOSCertificationRequest + decode_IOSCertificationRequestInfo decode_IOSCertificationRequestInfo decode_IssuerAndSerialNumber decode_KDCDHKeyInfo @@ -1199,6 +1205,7 @@ EXPORTS encode_CPSuri encode_CRIAttributeSet encode_CRIExtensions + encode_CRIExtensions encode_CRLCertificateList encode_CRLDistributionPoints encode_CRLReason @@ -1289,6 +1296,8 @@ EXPORTS encode_ImplementedCompressAlgorithms encode_ImplementedCryptoAlgorithms encode_IOSCertificationRequest + encode_IOSCertificationRequest + encode_IOSCertificationRequestInfo encode_IOSCertificationRequestInfo encode_IssuerAndSerialNumber encode_KDCDHKeyInfo @@ -1558,6 +1567,7 @@ EXPORTS free_CPSuri free_CRIAttributeSet free_CRIExtensions + free_CRIExtensions free_CRLCertificateList free_CRLDistributionPoints free_CRLReason @@ -1648,6 +1658,8 @@ EXPORTS free_ImplementedCompressAlgorithms free_ImplementedCryptoAlgorithms free_IOSCertificationRequest + free_IOSCertificationRequest + free_IOSCertificationRequestInfo free_IOSCertificationRequestInfo free_IssuerAndSerialNumber free_KDCDHKeyInfo @@ -1937,6 +1949,7 @@ EXPORTS length_ContentInfo length_ContentType length_CPSuri + length_CRIExtensions length_CRLCertificateList length_CRLDistributionPoints length_CRLReason @@ -2026,6 +2039,8 @@ EXPORTS length_HostAddresses length_ImplementedCompressAlgorithms length_ImplementedCryptoAlgorithms + length_IOSCertificationRequest + length_IOSCertificationRequestInfo length_IssuerAndSerialNumber length_KDCDHKeyInfo length_KDCDHKeyInfo_Win2k @@ -2293,6 +2308,7 @@ EXPORTS print_CPSuri print_CRIAttributeSet print_CRIExtensions + print_CRIExtensions print_CRLCertificateList print_CRLDistributionPoints print_CRLReason @@ -2383,6 +2399,8 @@ EXPORTS print_ImplementedCompressAlgorithms print_ImplementedCryptoAlgorithms print_IOSCertificationRequest + print_IOSCertificationRequest + print_IOSCertificationRequestInfo print_IOSCertificationRequestInfo print_IssuerAndSerialNumber print_KDCDHKeyInfo -- 2.11.4.GIT