diff options
Diffstat (limited to 'crypto/heimdal/lib/asn1/rfc2459.asn1')
-rw-r--r-- | crypto/heimdal/lib/asn1/rfc2459.asn1 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/crypto/heimdal/lib/asn1/rfc2459.asn1 b/crypto/heimdal/lib/asn1/rfc2459.asn1 deleted file mode 100644 index c9adec6093c60..0000000000000 --- a/crypto/heimdal/lib/asn1/rfc2459.asn1 +++ /dev/null @@ -1,21 +0,0 @@ -RFC2459 DEFINITIONS ::= BEGIN - -AttributeType ::= OBJECT-IDENTIFIER - -AttributeValue ::= OCTET STRING --ANY DEFINED BY AttributeType - -AttributeTypeAndValue ::= SEQUENCE { - type AttributeType, - value AttributeValue -} - -RelativeDistinguishedName ::= --SET -SEQUENCE OF AttributeTypeAndValue - -RDNSequence ::= SEQUENCE OF RelativeDistinguishedName - -Name ::= CHOICE { -- RFC2459 - x RDNSequence -} - -END
\ No newline at end of file |