From a712d4157aaace29c9c6aebe09ddb47d498be238 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 1 Mar 2021 15:27:20 -0600 Subject: [PATCH] asn1: Remove incorrect comment --- lib/asn1/rfc2459.asn1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/asn1/rfc2459.asn1 b/lib/asn1/rfc2459.asn1 index fcb03f2db..f1de4dd81 100644 --- a/lib/asn1/rfc2459.asn1 +++ b/lib/asn1/rfc2459.asn1 @@ -967,10 +967,6 @@ SupportedAttributes _ATTRIBUTE ::= { | at-TPMSpecification } --- Currently this crashes the ASN.1 compiler because it knows how to deal with --- contents constraints that use ObjectClassFieldType references, but it --- doesn't know how to deal with those as SEQUENCE/SET member types. --- SingleAttribute ::= SingleAttribute{SupportedAttributes} AttributeSet ::= AttributeSet{SupportedAttributes} SubjectDirectoryAttributes ::= SEQUENCE SIZE (1..MAX) OF AttributeSet