asn1: Don't use heim_any_set

This commit is contained in:
Nicolas Williams
2021-01-25 14:51:08 -06:00
parent 8ab671d470
commit 7da32e1b68

View File

@@ -6,7 +6,7 @@ BEGIN
IMPORTS ContentInfo FROM cms IMPORTS ContentInfo FROM cms
DigestInfo FROM rfc2459 DigestInfo FROM rfc2459
heim_any, heim_any_set FROM heim; heim_any FROM heim;
-- The PFX PDU -- The PFX PDU
@@ -50,7 +50,7 @@ PKCS12-AuthenticatedSafe ::= SEQUENCE OF ContentInfo
PKCS12-Attribute ::= SEQUENCE { PKCS12-Attribute ::= SEQUENCE {
attrId OBJECT IDENTIFIER, attrId OBJECT IDENTIFIER,
attrValues -- SET OF -- heim_any_set attrValues SET OF heim_any
} }
PKCS12-Attributes ::= SET OF PKCS12-Attribute PKCS12-Attributes ::= SET OF PKCS12-Attribute