remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / lib / asn1 / rfc2459.asn1
blobc9adec6093c60183c4a9e47115bbd0b9a7d75978
1 RFC2459 DEFINITIONS ::= BEGIN
3 AttributeType ::= OBJECT-IDENTIFIER
5 AttributeValue ::= OCTET STRING --ANY DEFINED BY AttributeType
7 AttributeTypeAndValue ::= SEQUENCE {
8         type AttributeType,
9         value AttributeValue
12 RelativeDistinguishedName ::= --SET
13 SEQUENCE OF AttributeTypeAndValue
15 RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
17 Name ::= CHOICE { -- RFC2459
18         x RDNSequence
21 END