Revert "asn1: Don't use heim_any_set"

This reverts commit 7da32e1b68.

Needs more work.
This commit is contained in:
Nicolas Williams
2021-01-26 11:12:41 -06:00
parent 7da32e1b68
commit cb1ccf50fd

View File

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