(PKCS8PrivateKeyInfo): Inline SET OF to avoid compiler "feature"

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16060 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-09-13 19:41:29 +00:00
parent 84b70dac40
commit b23278e0c5

View File

@@ -17,7 +17,7 @@ PKCS8PrivateKeyInfo ::= SEQUENCE {
version INTEGER, version INTEGER,
privateKeyAlgorithm PKCS8PrivateKeyAlgorithmIdentifier, privateKeyAlgorithm PKCS8PrivateKeyAlgorithmIdentifier,
privateKey PKCS8PrivateKey, privateKey PKCS8PrivateKey,
attributes [0] IMPLICIT PKCS8Attributes OPTIONAL attributes [0] IMPLICIT SET OF Attribute OPTIONAL
} }
PKCS8EncryptedData ::= OCTET STRING PKCS8EncryptedData ::= OCTET STRING