diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:32:40 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:32:40 +0200 |
commit | 8caa34394355b10e6e58948b9458317aeb882c7b (patch) | |
tree | 1c1a41fd08481777b5773a8434e0adf09629ffec /examples/pkix.asn | |
parent | bd50a4d730e75804744f45308c4d4dfb40db042d (diff) | |
download | libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.tar.gz libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.tar.bz2 libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.zip |
Indent examples. Fix syntax-check warnings.
Diffstat (limited to 'examples/pkix.asn')
-rw-r--r-- | examples/pkix.asn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/pkix.asn b/examples/pkix.asn index 76cbb0d..d13ce20 100644 --- a/examples/pkix.asn +++ b/examples/pkix.asn @@ -384,7 +384,7 @@ id-ad-caIssuers OBJECT IDENTIFIER ::= { id-ad 2 } Attribute ::= SEQUENCE { type AttributeType, values SET OF AttributeValue - -- at least one value is required -- + -- at least one value is required -- } AttributeType ::= OBJECT IDENTIFIER @@ -548,7 +548,7 @@ TBSCertificate ::= SEQUENCE { subjectUniqueID [2] IMPLICIT UniqueIdentifier OPTIONAL, -- If present, version shall be v2 or v3 extensions [3] EXPLICIT Extensions OPTIONAL - -- If present, version shall be v3 -- + -- If present, version shall be v3 -- } Version ::= INTEGER { v1(0), v2(1), v3(2) } @@ -600,7 +600,7 @@ TBSCertList ::= SEQUENCE { -- if present, shall be v2 } OPTIONAL, crlExtensions [0] EXPLICIT Extensions OPTIONAL - -- if present, shall be v2 -- + -- if present, shall be v2 -- } -- Version, Time, CertificateSerialNumber, and Extensions were @@ -684,7 +684,7 @@ BuiltInStandardAttributes ::= SEQUENCE { personal-name [5] EXPLICIT PersonalName OPTIONAL, -- see also teletex-personal-name organizational-unit-names [6] EXPLICIT OrganizationalUnitNames OPTIONAL - -- see also teletex-organizational-unit-names -- + -- see also teletex-organizational-unit-names -- } CountryName ::= [APPLICATION 1] CHOICE { |