asn1: Fix Windows build

This commit is contained in:
Nicolas Williams
2021-03-01 16:29:23 -06:00
parent 7ada3d5d48
commit e491521782

View File

@@ -693,6 +693,8 @@ EXPORTS
decode_ContentInfo decode_ContentInfo
decode_ContentType decode_ContentType
decode_CPSuri decode_CPSuri
decode_CRIAttributeSet
decode_CRIExtensions
decode_CRLCertificateList decode_CRLCertificateList
decode_CRLDistributionPoints decode_CRLDistributionPoints
decode_CRLReason decode_CRLReason
@@ -782,6 +784,8 @@ EXPORTS
decode_HostAddresses decode_HostAddresses
decode_ImplementedCompressAlgorithms decode_ImplementedCompressAlgorithms
decode_ImplementedCryptoAlgorithms decode_ImplementedCryptoAlgorithms
decode_IOSCertificationRequest
decode_IOSCertificationRequestInfo
decode_IssuerAndSerialNumber decode_IssuerAndSerialNumber
decode_KDCDHKeyInfo decode_KDCDHKeyInfo
decode_KDCDHKeyInfo_Win2k decode_KDCDHKeyInfo_Win2k
@@ -1193,6 +1197,8 @@ EXPORTS
encode_ContentInfo encode_ContentInfo
encode_ContentType encode_ContentType
encode_CPSuri encode_CPSuri
encode_CRIAttributeSet
encode_CRIExtensions
encode_CRLCertificateList encode_CRLCertificateList
encode_CRLDistributionPoints encode_CRLDistributionPoints
encode_CRLReason encode_CRLReason
@@ -1282,6 +1288,8 @@ EXPORTS
encode_HostAddresses encode_HostAddresses
encode_ImplementedCompressAlgorithms encode_ImplementedCompressAlgorithms
encode_ImplementedCryptoAlgorithms encode_ImplementedCryptoAlgorithms
encode_IOSCertificationRequest
encode_IOSCertificationRequestInfo
encode_IssuerAndSerialNumber encode_IssuerAndSerialNumber
encode_KDCDHKeyInfo encode_KDCDHKeyInfo
encode_KDCDHKeyInfo_Win2k encode_KDCDHKeyInfo_Win2k
@@ -1548,6 +1556,8 @@ EXPORTS
free_ContentInfo free_ContentInfo
free_ContentType free_ContentType
free_CPSuri free_CPSuri
free_CRIAttributeSet
free_CRIExtensions
free_CRLCertificateList free_CRLCertificateList
free_CRLDistributionPoints free_CRLDistributionPoints
free_CRLReason free_CRLReason
@@ -1637,6 +1647,8 @@ EXPORTS
free_HostAddresses free_HostAddresses
free_ImplementedCompressAlgorithms free_ImplementedCompressAlgorithms
free_ImplementedCryptoAlgorithms free_ImplementedCryptoAlgorithms
free_IOSCertificationRequest
free_IOSCertificationRequestInfo
free_IssuerAndSerialNumber free_IssuerAndSerialNumber
free_KDCDHKeyInfo free_KDCDHKeyInfo
free_KDCDHKeyInfo_Win2k free_KDCDHKeyInfo_Win2k
@@ -2279,6 +2291,8 @@ EXPORTS
print_ContentInfo print_ContentInfo
print_ContentType print_ContentType
print_CPSuri print_CPSuri
print_CRIAttributeSet
print_CRIExtensions
print_CRLCertificateList print_CRLCertificateList
print_CRLDistributionPoints print_CRLDistributionPoints
print_CRLReason print_CRLReason
@@ -2368,6 +2382,8 @@ EXPORTS
print_HostAddresses print_HostAddresses
print_ImplementedCompressAlgorithms print_ImplementedCompressAlgorithms
print_ImplementedCryptoAlgorithms print_ImplementedCryptoAlgorithms
print_IOSCertificationRequest
print_IOSCertificationRequestInfo
print_IssuerAndSerialNumber print_IssuerAndSerialNumber
print_KDCDHKeyInfo print_KDCDHKeyInfo
print_KDCDHKeyInfo_Win2k print_KDCDHKeyInfo_Win2k