From 7da32e1b683ae2c786efe88c90f08a59f41452fb Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 25 Jan 2021 14:51:08 -0600 Subject: [PATCH] asn1: Don't use heim_any_set --- lib/asn1/pkcs12.asn1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/asn1/pkcs12.asn1 b/lib/asn1/pkcs12.asn1 index 8b604c68d..ebc6dc697 100644 --- a/lib/asn1/pkcs12.asn1 +++ b/lib/asn1/pkcs12.asn1 @@ -6,7 +6,7 @@ BEGIN IMPORTS ContentInfo FROM cms DigestInfo FROM rfc2459 - heim_any, heim_any_set FROM heim; + heim_any 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_set + attrValues SET OF heim_any } PKCS12-Attributes ::= SET OF PKCS12-Attribute